summaryrefslogtreecommitdiffstats
path: root/__tests__
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2021-03-13 16:42:12 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2021-03-13 16:42:12 +0000
commit8cef151937e74a20049a5be2546d5f761a1ee5de (patch)
tree30de89024109eff10978e6b95ebd9b403a3e37b7 /__tests__
parentInitial commit. (diff)
downloadfoxyproxy-firefox-extension-8cef151937e74a20049a5be2546d5f761a1ee5de.tar.xz
foxyproxy-firefox-extension-8cef151937e74a20049a5be2546d5f761a1ee5de.zip
Adding upstream version 7.5.1+dfsg.upstream/7.5.1+dfsgupstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '__tests__')
-rw-r--r--__tests__/legacy-samples/direct.xml4
-rw-r--r--__tests__/legacy-samples/foxyproxy 2.xml4
-rwxr-xr-x__tests__/legacy-samples/foxyproxy-from-user.xml4
-rw-r--r--__tests__/legacy-samples/foxyproxy.xml4
-rw-r--r--__tests__/legacy-samples/foxyproxy.xml.for.taking.screenshots 2.xml4
-rw-r--r--__tests__/legacy-samples/foxyproxy.xml.for.taking.screenshots.xml4
-rw-r--r--__tests__/legacy-samples/github-issue-76.xml16
-rw-r--r--__tests__/legacy-samples/pac.xml4
-rw-r--r--__tests__/legacy-samples/system.xml4
-rw-r--r--__tests__/legacy-samples/wpad.xml4
-rw-r--r--__tests__/load/foxyproxy-10000-patterns-test-settings.json1
-rw-r--r--__tests__/load/foxyproxy-5000-proxies-test-settings.json1
-rw-r--r--__tests__/load/foxyproxy-template.json69
-rw-r--r--__tests__/load/generate-json-10000-patterns.py15
-rw-r--r--__tests__/load/generate-json-5000-proxies.py17
15 files changed, 155 insertions, 0 deletions
diff --git a/__tests__/legacy-samples/direct.xml b/__tests__/legacy-samples/direct.xml
new file mode 100644
index 0000000..0bc81f0
--- /dev/null
+++ b/__tests__/legacy-samples/direct.xml
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<foxyproxy mode="disabled" selectedTabIndex="0" toolbaricon="true" toolsMenu="true" contextMenu="true" advancedMenus="false" previousMode="disabled" resetIconColors="true" useStatusBarPrefix="true" excludePatternsFromCycling="false" excludeDisabledFromCycling="false" ignoreProxyScheme="false" apiDisabled="false" proxyForVersionCheck="2653187683"><random includeDirect="false" includeDisabled="false"/><statusbar icon="true" text="false" left="options" middle="cycle" right="contextmenu" width="0"/><toolbar left="options" middle="cycle" right="contextmenu"/><logg enabled="false" maxSize="500" noURLs="false" header="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;&gt;
+&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;&lt;head&gt;&lt;title&gt;&lt;/title&gt;&lt;link rel=&quot;icon&quot; href=&quot;http://getfoxyproxy.org/favicon.ico&quot;/&gt;&lt;link rel=&quot;shortcut icon&quot; href=&quot;http://getfoxyproxy.org/favicon.ico&quot;/&gt;&lt;link rel=&quot;stylesheet&quot; href=&quot;http://getfoxyproxy.org/styles/log.css&quot; type=&quot;text/css&quot;/&gt;&lt;/head&gt;&lt;body&gt;&lt;table class=&quot;log-table&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td class=&quot;heading&quot;&gt;${timestamp-heading}&lt;/td&gt;&lt;td class=&quot;heading&quot;&gt;${url-heading}&lt;/td&gt;&lt;td class=&quot;heading&quot;&gt;${proxy-name-heading}&lt;/td&gt;&lt;td class=&quot;heading&quot;&gt;${proxy-notes-heading}&lt;/td&gt;&lt;td class=&quot;heading&quot;&gt;${pattern-name-heading}&lt;/td&gt;&lt;td class=&quot;heading&quot;&gt;${pattern-heading}&lt;/td&gt;&lt;td class=&quot;heading&quot;&gt;${pattern-case-heading}&lt;/td&gt;&lt;td class=&quot;heading&quot;&gt;${pattern-type-heading}&lt;/td&gt;&lt;td class=&quot;heading&quot;&gt;${pattern-color-heading}&lt;/td&gt;&lt;td class=&quot;heading&quot;&gt;${pac-result-heading}&lt;/td&gt;&lt;td class=&quot;heading&quot;&gt;${error-msg-heading}&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tfoot&gt;&lt;tr&gt;&lt;td/&gt;&lt;/tr&gt;&lt;/tfoot&gt;&lt;tbody&gt;" row="&lt;tr&gt;&lt;td class=&quot;timestamp&quot;&gt;${timestamp}&lt;/td&gt;&lt;td class=&quot;url&quot;&gt;&lt;a href=&quot;${url}&quot;&gt;${url}&lt;/a&gt;&lt;/td&gt;&lt;td class=&quot;proxy-name&quot;&gt;${proxy-name}&lt;/td&gt;&lt;td class=&quot;proxy-notes&quot;&gt;${proxy-notes}&lt;/td&gt;&lt;td class=&quot;pattern-name&quot;&gt;${pattern-name}&lt;/td&gt;&lt;td class=&quot;pattern&quot;&gt;${pattern}&lt;/td&gt;&lt;td class=&quot;pattern-case&quot;&gt;${pattern-case}&lt;/td&gt;&lt;td class=&quot;pattern-type&quot;&gt;${pattern-type}&lt;/td&gt;&lt;td class=&quot;pattern-color&quot;&gt;${pattern-color}&lt;/td&gt;&lt;td class=&quot;pac-result&quot;&gt;${pac-result}&lt;/td&gt;&lt;td class=&quot;error-msg&quot;&gt;${error-msg}&lt;/td&gt;&lt;/tr&gt;" footer="&lt;/tbody&gt;&lt;/table&gt;&lt;/body&gt;&lt;/html&gt;"/><warnings/><autoadd enabled="false" temp="false" reload="true" notify="true" notifyWhenCanceled="true" prompt="true"><match enabled="true" name="Dynamic AutoAdd Pattern" pattern="*://${3}${6}/*" isRegEx="false" isBlackList="false" isMultiLine="false" caseSensitive="false" fromSubscription="false"/><match enabled="true" name="" pattern="*You are not authorized to view this page*" isRegEx="false" isBlackList="false" isMultiLine="true" caseSensitive="false" fromSubscription="false"/></autoadd><quickadd enabled="false" temp="false" reload="true" notify="true" notifyWhenCanceled="true" prompt="true"><match enabled="true" name="Dynamic QuickAdd Pattern" pattern="*://${3}${6}/*" isRegEx="false" isBlackList="false" isMultiLine="false" caseSensitive="false" fromSubscription="false"/></quickadd><defaultPrefs origPrefetch="18"/><proxies><proxy name="123.123.123.123:123" id="763274367" notes="" fromSubscription="false" enabled="false" mode="direct" selectedTabIndex="1" lastresort="false" animatedIcons="true" includeInCycle="true" color="#0055E5" proxyDNS="true" noInternalIPs="false" autoconfMode="pac" clearCacheBeforeUse="false" disableCache="false" clearCookiesBeforeUse="false" rejectCookies="false"><matches/><autoconf url="" loadNotification="true" errorNotification="true" autoReload="false" reloadFreqMins="60" disableOnBadPAC="true"/><autoconf url="http://wpad/wpad.dat" loadNotification="true" errorNotification="true" autoReload="false" reloadFreqMins="60" disableOnBadPAC="true"/><manualconf host="123" port="123" socksversion="5" isSocks="false" isHttps="true" username="eric" password="jung" domain=""/></proxy><proxy name="Default" id="2653187683" notes="These are the settings that are used when no patterns match a URL." fromSubscription="false" enabled="true" mode="system" selectedTabIndex="0" lastresort="true" animatedIcons="false" includeInCycle="true" color="#E62552" proxyDNS="true" noInternalIPs="false" autoconfMode="pac" clearCacheBeforeUse="false" disableCache="false" clearCookiesBeforeUse="false" rejectCookies="false"><matches><match enabled="true" name="All" pattern="*" isRegEx="false" isBlackList="false" isMultiLine="false" caseSensitive="false" fromSubscription="false"/></matches><autoconf url="" loadNotification="true" errorNotification="true" autoReload="false" reloadFreqMins="60" disableOnBadPAC="true"/><autoconf url="http://wpad/wpad.dat" loadNotification="true" errorNotification="true" autoReload="false" reloadFreqMins="60" disableOnBadPAC="true"/><manualconf host="foo.com" port="1111" socksversion="5" isSocks="false" isHttps="true" username="eric" password="jung" domain=""/></proxy></proxies></foxyproxy> \ No newline at end of file
diff --git a/__tests__/legacy-samples/foxyproxy 2.xml b/__tests__/legacy-samples/foxyproxy 2.xml
new file mode 100644
index 0000000..b658e69
--- /dev/null
+++ b/__tests__/legacy-samples/foxyproxy 2.xml
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<foxyproxy mode="1100165923" selectedTabIndex="0" toolbaricon="true" toolsMenu="true" contextMenu="true" advancedMenus="false" previousMode="disabled" resetIconColors="true" useStatusBarPrefix="true" excludePatternsFromCycling="false" excludeDisabledFromCycling="false" ignoreProxyScheme="false" apiDisabled="false" proxyForVersionCheck="3152644575"><random includeDirect="false" includeDisabled="false"/><statusbar icon="true" text="false" left="options" middle="cycle" right="contextmenu" width="0"/><toolbar left="options" middle="cycle" right="contextmenu"/><logg enabled="false" maxSize="500" noURLs="false" header="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;&gt;
+&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;&lt;head&gt;&lt;title&gt;&lt;/title&gt;&lt;link rel=&quot;icon&quot; href=&quot;http://getfoxyproxy.org/favicon.ico&quot;/&gt;&lt;link rel=&quot;shortcut icon&quot; href=&quot;http://getfoxyproxy.org/favicon.ico&quot;/&gt;&lt;link rel=&quot;stylesheet&quot; href=&quot;http://getfoxyproxy.org/styles/log.css&quot; type=&quot;text/css&quot;/&gt;&lt;/head&gt;&lt;body&gt;&lt;table class=&quot;log-table&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td class=&quot;heading&quot;&gt;${timestamp-heading}&lt;/td&gt;&lt;td class=&quot;heading&quot;&gt;${url-heading}&lt;/td&gt;&lt;td class=&quot;heading&quot;&gt;${proxy-name-heading}&lt;/td&gt;&lt;td class=&quot;heading&quot;&gt;${proxy-notes-heading}&lt;/td&gt;&lt;td class=&quot;heading&quot;&gt;${pattern-name-heading}&lt;/td&gt;&lt;td class=&quot;heading&quot;&gt;${pattern-heading}&lt;/td&gt;&lt;td class=&quot;heading&quot;&gt;${pattern-case-heading}&lt;/td&gt;&lt;td class=&quot;heading&quot;&gt;${pattern-type-heading}&lt;/td&gt;&lt;td class=&quot;heading&quot;&gt;${pattern-color-heading}&lt;/td&gt;&lt;td class=&quot;heading&quot;&gt;${pac-result-heading}&lt;/td&gt;&lt;td class=&quot;heading&quot;&gt;${error-msg-heading}&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tfoot&gt;&lt;tr&gt;&lt;td/&gt;&lt;/tr&gt;&lt;/tfoot&gt;&lt;tbody&gt;" row="&lt;tr&gt;&lt;td class=&quot;timestamp&quot;&gt;${timestamp}&lt;/td&gt;&lt;td class=&quot;url&quot;&gt;&lt;a href=&quot;${url}&quot;&gt;${url}&lt;/a&gt;&lt;/td&gt;&lt;td class=&quot;proxy-name&quot;&gt;${proxy-name}&lt;/td&gt;&lt;td class=&quot;proxy-notes&quot;&gt;${proxy-notes}&lt;/td&gt;&lt;td class=&quot;pattern-name&quot;&gt;${pattern-name}&lt;/td&gt;&lt;td class=&quot;pattern&quot;&gt;${pattern}&lt;/td&gt;&lt;td class=&quot;pattern-case&quot;&gt;${pattern-case}&lt;/td&gt;&lt;td class=&quot;pattern-type&quot;&gt;${pattern-type}&lt;/td&gt;&lt;td class=&quot;pattern-color&quot;&gt;${pattern-color}&lt;/td&gt;&lt;td class=&quot;pac-result&quot;&gt;${pac-result}&lt;/td&gt;&lt;td class=&quot;error-msg&quot;&gt;${error-msg}&lt;/td&gt;&lt;/tr&gt;" footer="&lt;/tbody&gt;&lt;/table&gt;&lt;/body&gt;&lt;/html&gt;"/><warnings retryAuthCredentials="false" confirmDeleteProxy="false"/><autoadd enabled="false" temp="false" reload="true" notify="true" notifyWhenCanceled="true" prompt="true"><match enabled="true" name="Dynamic AutoAdd Pattern" pattern="*://${3}${6}/*" isRegEx="false" isBlackList="false" isMultiLine="false" caseSensitive="false" fromSubscription="false"/><match enabled="true" name="" pattern="*You are not authorized to view this page*" isRegEx="false" isBlackList="false" isMultiLine="true" caseSensitive="false" fromSubscription="false"/></autoadd><quickadd enabled="false" temp="false" reload="true" notify="true" notifyWhenCanceled="true" prompt="true"><match enabled="true" name="Dynamic QuickAdd Pattern" pattern="*://${3}${6}/*" isRegEx="false" isBlackList="false" isMultiLine="false" caseSensitive="false" fromSubscription="false"/></quickadd><defaultPrefs origPrefetch="18"/><proxies><proxy name="MPP" id="1100165923" notes="" fromSubscription="false" enabled="true" mode="manual" selectedTabIndex="1" lastresort="false" animatedIcons="true" includeInCycle="true" color="#0055E5" proxyDNS="true" noInternalIPs="false" autoconfMode="pac" clearCacheBeforeUse="false" disableCache="false" clearCookiesBeforeUse="false" rejectCookies="false"><matches/><autoconf url="" loadNotification="true" errorNotification="true" autoReload="false" reloadFreqMins="60" disableOnBadPAC="true"/><autoconf url="http://wpad/wpad.dat" loadNotification="true" errorNotification="true" autoReload="false" reloadFreqMins="60" disableOnBadPAC="true"/><manualconf host="123.14.156.38" port="19842" socksversion="5" isSocks="false" username="smallguy" password="ApHJ1zzbp" domain=""/></proxy><proxy name="Default" id="3152644575" notes="These are the settings that are used when no patterns match a URL." fromSubscription="false" enabled="true" mode="direct" selectedTabIndex="0" lastresort="true" animatedIcons="false" includeInCycle="true" color="#0055E5" proxyDNS="true" noInternalIPs="false" autoconfMode="pac" clearCacheBeforeUse="false" disableCache="false" clearCookiesBeforeUse="false" rejectCookies="false"><matches><match enabled="true" name="All" pattern="*" isRegEx="false" isBlackList="false" isMultiLine="false" caseSensitive="false" fromSubscription="false"/></matches><autoconf url="" loadNotification="true" errorNotification="true" autoReload="false" reloadFreqMins="60" disableOnBadPAC="true"/><autoconf url="http://wpad/wpad.dat" loadNotification="true" errorNotification="true" autoReload="false" reloadFreqMins="60" disableOnBadPAC="true"/><manualconf host="" port="" socksversion="5" isSocks="false" username="" password="" domain=""/></proxy></proxies></foxyproxy> \ No newline at end of file
diff --git a/__tests__/legacy-samples/foxyproxy-from-user.xml b/__tests__/legacy-samples/foxyproxy-from-user.xml
new file mode 100755
index 0000000..6cdbccc
--- /dev/null
+++ b/__tests__/legacy-samples/foxyproxy-from-user.xml
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<foxyproxy mode="disabled" selectedTabIndex="0" toolbaricon="true" toolsMenu="false" contextMenu="false" advancedMenus="true" previousMode="disabled" resetIconColors="true" useStatusBarPrefix="true" excludePatternsFromCycling="false" excludeDisabledFromCycling="false" ignoreProxyScheme="false" apiDisabled="false" proxyForVersionCheck="2138431220"><random includeDirect="false" includeDisabled="false"/><statusbar icon="false" text="false" left="options" middle="cycle" right="contextmenu" width="0"/><toolbar left="options" middle="cycle" right="contextmenu"/><logg enabled="true" maxSize="500" noURLs="false" header="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;&gt;
+&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;&lt;head&gt;&lt;title&gt;&lt;/title&gt;&lt;link rel=&quot;icon&quot; href=&quot;http://getfoxyproxy.org/favicon.ico&quot;/&gt;&lt;link rel=&quot;shortcut icon&quot; href=&quot;http://getfoxyproxy.org/favicon.ico&quot;/&gt;&lt;link rel=&quot;stylesheet&quot; href=&quot;http://getfoxyproxy.org/styles/log.css&quot; type=&quot;text/css&quot;/&gt;&lt;/head&gt;&lt;body&gt;&lt;table class=&quot;log-table&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td class=&quot;heading&quot;&gt;${timestamp-heading}&lt;/td&gt;&lt;td class=&quot;heading&quot;&gt;${url-heading}&lt;/td&gt;&lt;td class=&quot;heading&quot;&gt;${proxy-name-heading}&lt;/td&gt;&lt;td class=&quot;heading&quot;&gt;${proxy-notes-heading}&lt;/td&gt;&lt;td class=&quot;heading&quot;&gt;${pattern-name-heading}&lt;/td&gt;&lt;td class=&quot;heading&quot;&gt;${pattern-heading}&lt;/td&gt;&lt;td class=&quot;heading&quot;&gt;${pattern-case-heading}&lt;/td&gt;&lt;td class=&quot;heading&quot;&gt;${pattern-type-heading}&lt;/td&gt;&lt;td class=&quot;heading&quot;&gt;${pattern-color-heading}&lt;/td&gt;&lt;td class=&quot;heading&quot;&gt;${pac-result-heading}&lt;/td&gt;&lt;td class=&quot;heading&quot;&gt;${error-msg-heading}&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tfoot&gt;&lt;tr&gt;&lt;td/&gt;&lt;/tr&gt;&lt;/tfoot&gt;&lt;tbody&gt;" row="&lt;tr&gt;&lt;td class=&quot;timestamp&quot;&gt;${timestamp}&lt;/td&gt;&lt;td class=&quot;url&quot;&gt;&lt;a href=&quot;${url}&quot;&gt;${url}&lt;/a&gt;&lt;/td&gt;&lt;td class=&quot;proxy-name&quot;&gt;${proxy-name}&lt;/td&gt;&lt;td class=&quot;proxy-notes&quot;&gt;${proxy-notes}&lt;/td&gt;&lt;td class=&quot;pattern-name&quot;&gt;${pattern-name}&lt;/td&gt;&lt;td class=&quot;pattern&quot;&gt;${pattern}&lt;/td&gt;&lt;td class=&quot;pattern-case&quot;&gt;${pattern-case}&lt;/td&gt;&lt;td class=&quot;pattern-type&quot;&gt;${pattern-type}&lt;/td&gt;&lt;td class=&quot;pattern-color&quot;&gt;${pattern-color}&lt;/td&gt;&lt;td class=&quot;pac-result&quot;&gt;${pac-result}&lt;/td&gt;&lt;td class=&quot;error-msg&quot;&gt;${error-msg}&lt;/td&gt;&lt;/tr&gt;" footer="&lt;/tbody&gt;&lt;/table&gt;&lt;/body&gt;&lt;/html&gt;"/><warnings wildcards="false" confirmDeleteProxy="true" retryAuthCredentials="false"/><autoadd enabled="false" temp="false" reload="true" notify="true" notifyWhenCanceled="true" prompt="true"><match enabled="true" name="Dynamic AutoAdd Pattern" pattern="*://${3}${6}/*" isRegEx="false" isBlackList="false" isMultiLine="false" caseSensitive="false" fromSubscription="false"/><match enabled="true" name="" pattern="*You are not authorized to view this page*" isRegEx="false" isBlackList="false" isMultiLine="true" caseSensitive="false" fromSubscription="false"/></autoadd><quickadd enabled="false" temp="false" reload="true" notify="true" notifyWhenCanceled="true" prompt="true"><match enabled="true" name="Dynamic QuickAdd Pattern" pattern="*://${3}${6}/*" isRegEx="false" isBlackList="false" isMultiLine="false" caseSensitive="false" fromSubscription="false"/></quickadd><defaultPrefs origPrefetch="18"/><proxies><proxy name="Main" id="21558835" notes="" fromSubscription="false" enabled="true" mode="auto" selectedTabIndex="2" lastresort="false" animatedIcons="false" includeInCycle="true" color="#006400 " proxyDNS="false" noInternalIPs="false" autoconfMode="pac" clearCacheBeforeUse="false" disableCache="false" clearCookiesBeforeUse="false" rejectCookies="false"><matches><match enabled="true" name="" pattern="*.amazonaws.com/*" isRegEx="false" isBlackList="false" isMultiLine="false" caseSensitive="false" fromSubscription="false"/><match enabled="true" name="" pattern="*.gravatar.com/*" isRegEx="false" isBlackList="false" isMultiLine="false" caseSensitive="false" fromSubscription="false"/><match enabled="true" name="" pattern="*minishares.org/*" isRegEx="false" isBlackList="false" isMultiLine="false" caseSensitive="false" fromSubscription="false"/><match enabled="true" name="" pattern="*.rlsbb.com/*" isRegEx="false" isBlackList="false" isMultiLine="false" caseSensitive="false" fromSubscription="false"/><match enabled="true" name="" pattern="*.tv.com/*" isRegEx="false" isBlackList="false" isMultiLine="false" caseSensitive="false" fromSubscription="false"/><match enabled="true" name="" pattern="*.zap2it.com/*" isRegEx="false" isBlackList="false" isMultiLine="false" caseSensitive="false" fromSubscription="false"/><match enabled="true" name="" pattern="*getfoxyproxy.org/*" isRegEx="false" isBlackList="false" isMultiLine="false" caseSensitive="false" fromSubscription="false"/><match enabled="true" name="" pattern="*subscene.com/*" isRegEx="false" isBlackList="false" isMultiLine="false" caseSensitive="false" fromSubscription="false"/><match enabled="true" name="" pattern="http://ia.media-imdb.com/*" isRegEx="false" isBlackList="false" isMultiLine="false" caseSensitive="false" fromSubscription="false"/><match enabled="false" name="" pattern="*imageshack.us/*" isRegEx="false" isBlackList="false" isMultiLine="false" caseSensitive="false" fromSubscription="false"/><match enabled="true" name="" pattern="*.movie-censorship.com/*" isRegEx="false" isBlackList="false" isMultiLine="false" caseSensitive="false" fromSubscription="false"/><match enabled="true" name="" pattern="*.tumblr.com/*" isRegEx="false" isBlackList="false" isMultiLine="false" caseSensitive="false" fromSubscription="false"/><match enabled="true" name="" pattern="*.blu-ray.com/*" isRegEx="false" isBlackList="false" isMultiLine="false" caseSensitive="false" fromSubscription="false"/><match enabled="true" name="" pattern="*.glitter-graphics.net/*" isRegEx="false" isBlackList="false" isMultiLine="false" caseSensitive="false" fromSubscription="false"/><match enabled="false" name="" pattern="*.tinypic.com/*" isRegEx="false" isBlackList="false" isMultiLine="false" caseSensitive="false" fromSubscription="false"/><match enabled="true" name="" pattern="http://backgroundsarchive.com/*" isRegEx="false" isBlackList="false" isMultiLine="false" caseSensitive="false" fromSubscription="false"/><match enabled="true" name="" pattern="*.imgobject.com/*" isRegEx="false" isBlackList="false" isMultiLine="false" caseSensitive="false" fromSubscription="false"/><match enabled="false" name="ajax.googleapis" pattern="*ajax.googleapis.com/ajax/libs/jquery/*" isRegEx="false" isBlackList="false" isMultiLine="false" caseSensitive="false" fromSubscription="false"/><match enabled="true" name="*.rottentomatoes.com/*" pattern="*.rottentomatoes.com/*" isRegEx="false" isBlackList="false" isMultiLine="false" caseSensitive="false" fromSubscription="false"/><match enabled="true" name="*.browserscope.org/*" pattern="*.browserscope.org/*" isRegEx="false" isBlackList="false" isMultiLine="false" caseSensitive="false" fromSubscription="false"/><match enabled="true" name="cgi" pattern="http://anonymouse.org/*" isRegEx="false" isBlackList="false" isMultiLine="false" caseSensitive="false" fromSubscription="false"/><match enabled="true" name="cgi" pattern="http://webwarper.net/*" isRegEx="false" isBlackList="false" isMultiLine="false" caseSensitive="false" fromSubscription="false"/><match enabled="true" name="cgi" pattern="*/?q=*&amp;hl=*" isRegEx="false" isBlackList="false" isMultiLine="false" caseSensitive="false" fromSubscription="false"/><match enabled="true" name="blogspot" pattern="*.blogspot.com/*" isRegEx="false" isBlackList="false" isMultiLine="false" caseSensitive="false" fromSubscription="false"/><match enabled="true" name="http://www.vcdq.com/*" pattern="http://www.vcdq.com/*" isRegEx="false" isBlackList="false" isMultiLine="false" caseSensitive="false" fromSubscription="false"/><match enabled="true" name="http://rapidmoviez.com/*" pattern="http://rapidmoviez.com/*" isRegEx="false" isBlackList="false" isMultiLine="false" caseSensitive="false" fromSubscription="false"/><match enabled="true" name="http://www.themovieclips.com/" pattern="http://www.themovieclips.com/" isRegEx="false" isBlackList="false" isMultiLine="false" caseSensitive="false" fromSubscription="false"/></matches><autoconf url="https://somedomain.com/proxy.pac" loadNotification="true" errorNotification="true" autoReload="false" reloadFreqMins="60" disableOnBadPAC="true"/><autoconf url="http://wpad/wpad.dat" loadNotification="true" errorNotification="true" autoReload="false" reloadFreqMins="60" disableOnBadPAC="true"/><manualconf host="node-uk.rpnet.biz" port="443" socksversion="5" isSocks="false" username="erosman" password="eros1234" domain=""/></proxy><proxy name="FB UK" id="2782098724" notes="" fromSubscription="false" enabled="false" mode="manual" selectedTabIndex="0" lastresort="false" animatedIcons="false" includeInCycle="true" color="#ff8c00" proxyDNS="false" noInternalIPs="false" autoconfMode="pac" clearCacheBeforeUse="false" disableCache="false" clearCookiesBeforeUse="false" rejectCookies="false"><matches><match enabled="true" name="FB" pattern="*.facebook.com/*" isRegEx="false" isBlackList="false" isMultiLine="false" caseSensitive="false" fromSubscription="false"/><match enabled="true" name="" pattern="*.fbcdn.net/*" isRegEx="false" isBlackList="false" isMultiLine="false" caseSensitive="false" fromSubscription="false"/><match enabled="true" name="" pattern="*akamaihd.net/*" isRegEx="false" isBlackList="false" isMultiLine="false" caseSensitive="false" fromSubscription="false"/><match enabled="true" name="http://rapidmoviez.com/*" pattern="http://rapidmoviez.com/*" isRegEx="false" isBlackList="false" isMultiLine="false" caseSensitive="false" fromSubscription="false"/></matches><autoconf url="" loadNotification="true" errorNotification="true" autoReload="false" reloadFreqMins="60" disableOnBadPAC="true"/><autoconf url="http://wpad/wpad.dat" loadNotification="true" errorNotification="true" autoReload="false" reloadFreqMins="60" disableOnBadPAC="true"/><manualconf host="127.0.0.1" port="8580" socksversion="5" isSocks="false" username="" password="" domain=""/></proxy><proxy name="FB De" id="3090406149" notes="" fromSubscription="false" enabled="false" mode="manual" selectedTabIndex="1" lastresort="false" animatedIcons="false" includeInCycle="true" color="#FF0000" proxyDNS="true" noInternalIPs="false" autoconfMode="pac" clearCacheBeforeUse="false" disableCache="false" clearCookiesBeforeUse="false" rejectCookies="false"><matches><match enabled="true" name="FB" pattern="*.facebook.com/*" isRegEx="false" isBlackList="false" isMultiLine="false" caseSensitive="false" fromSubscription="false"/><match enabled="true" name="" pattern="*.fbcdn.net/*" isRegEx="false" isBlackList="false" isMultiLine="false" caseSensitive="false" fromSubscription="false"/><match enabled="true" name="" pattern="*akamaihd.net/*" isRegEx="false" isBlackList="false" isMultiLine="false" caseSensitive="false" fromSubscription="false"/></matches><autoconf url="" loadNotification="true" errorNotification="true" autoReload="false" reloadFreqMins="60" disableOnBadPAC="true"/><autoconf url="http://wpad/wpad.dat" loadNotification="true" errorNotification="true" autoReload="false" reloadFreqMins="60" disableOnBadPAC="true"/><manualconf host="nde-de.ripenet.org" port="8080" socksversion="5" isSocks="false" username="" password="" domain=""/></proxy><proxy name="FB US" id="190118991" notes="" fromSubscription="false" enabled="false" mode="manual" selectedTabIndex="0" lastresort="false" animatedIcons="false" includeInCycle="true" color="#0000ff" proxyDNS="false" noInternalIPs="false" autoconfMode="pac" clearCacheBeforeUse="false" disableCache="false" clearCookiesBeforeUse="false" rejectCookies="false"><matches><match enabled="true" name="FB" pattern="*.facebook.com/*" isRegEx="false" isBlackList="false" isMultiLine="false" caseSensitive="false" fromSubscription="false"/><match enabled="true" name="" pattern="*.fbcdn.net/*" isRegEx="false" isBlackList="false" isMultiLine="false" caseSensitive="false" fromSubscription="false"/><match enabled="true" name="" pattern="*akamaihd.net/*" isRegEx="false" isBlackList="false" isMultiLine="false" caseSensitive="false" fromSubscription="false"/></matches><autoconf url="" loadNotification="true" errorNotification="true" autoReload="false" reloadFreqMins="60" disableOnBadPAC="true"/><autoconf url="http://wpad/wpad.dat" loadNotification="true" errorNotification="true" autoReload="false" reloadFreqMins="60" disableOnBadPAC="true"/><manualconf host="nde-us.ripenet.org" port="8080" socksversion="5" isSocks="false" username="" password="" domain=""/></proxy><proxy name="FoxyP" id="3193288428" notes="" fromSubscription="false" enabled="true" mode="auto" selectedTabIndex="1" lastresort="false" animatedIcons="false" includeInCycle="true" color="#635800" proxyDNS="false" noInternalIPs="false" autoconfMode="pac" clearCacheBeforeUse="false" disableCache="false" clearCookiesBeforeUse="false" rejectCookies="false"><matches><match enabled="true" name="" pattern="*.amazonaws.com/*" isRegEx="false" isBlackList="false" isMultiLine="false" caseSensitive="false" fromSubscription="false"/><match enabled="true" name="" pattern="*.gravatar.com/*" isRegEx="false" isBlackList="false" isMultiLine="false" caseSensitive="false" fromSubscription="false"/><match enabled="true" name="" pattern="*minishares.org/*" isRegEx="false" isBlackList="false" isMultiLine="false" caseSensitive="false" fromSubscription="false"/><match enabled="true" name="" pattern="*.rlsbb.com/*" isRegEx="false" isBlackList="false" isMultiLine="false" caseSensitive="false" fromSubscription="false"/><match enabled="true" name="" pattern="*.tv.com/*" isRegEx="false" isBlackList="false" isMultiLine="false" caseSensitive="false" fromSubscription="false"/><match enabled="true" name="" pattern="*.zap2it.com/*" isRegEx="false" isBlackList="false" isMultiLine="false" caseSensitive="false" fromSubscription="false"/><match enabled="true" name="" pattern="*getfoxyproxy.org/*" isRegEx="false" isBlackList="false" isMultiLine="false" caseSensitive="false" fromSubscription="false"/><match enabled="true" name="" pattern="*subscene.com/*" isRegEx="false" isBlackList="false" isMultiLine="false" caseSensitive="false" fromSubscription="false"/><match enabled="true" name="" pattern="http://ia.media-imdb.com/*" isRegEx="false" isBlackList="false" isMultiLine="false" caseSensitive="false" fromSubscription="false"/><match enabled="false" name="" pattern="*imageshack.us/*" isRegEx="false" isBlackList="false" isMultiLine="false" caseSensitive="false" fromSubscription="false"/><match enabled="true" name="" pattern="*.movie-censorship.com/*" isRegEx="false" isBlackList="false" isMultiLine="false" caseSensitive="false" fromSubscription="false"/><match enabled="true" name="" pattern="*.tumblr.com/*" isRegEx="false" isBlackList="false" isMultiLine="false" caseSensitive="false" fromSubscription="false"/><match enabled="true" name="" pattern="*.blu-ray.com/*" isRegEx="false" isBlackList="false" isMultiLine="false" caseSensitive="false" fromSubscription="false"/><match enabled="true" name="" pattern="*.glitter-graphics.net/*" isRegEx="false" isBlackList="false" isMultiLine="false" caseSensitive="false" fromSubscription="false"/><match enabled="false" name="" pattern="*.tinypic.com/*" isRegEx="false" isBlackList="false" isMultiLine="false" caseSensitive="false" fromSubscription="false"/><match enabled="true" name="" pattern="http://backgroundsarchive.com/*" isRegEx="false" isBlackList="false" isMultiLine="false" caseSensitive="false" fromSubscription="false"/><match enabled="true" name="" pattern="*.imgobject.com/*" isRegEx="false" isBlackList="false" isMultiLine="false" caseSensitive="false" fromSubscription="false"/><match enabled="false" name="ajax.googleapis" pattern="*ajax.googleapis.com/ajax/libs/jquery/*" isRegEx="false" isBlackList="false" isMultiLine="false" caseSensitive="false" fromSubscription="false"/><match enabled="true" name="*.rottentomatoes.com/*" pattern="*.rottentomatoes.com/*" isRegEx="false" isBlackList="false" isMultiLine="false" caseSensitive="false" fromSubscription="false"/><match enabled="true" name="*.browserscope.org/*" pattern="*.browserscope.org/*" isRegEx="false" isBlackList="false" isMultiLine="false" caseSensitive="false" fromSubscription="false"/><match enabled="true" name="cgi" pattern="http://anonymouse.org/*" isRegEx="false" isBlackList="false" isMultiLine="false" caseSensitive="false" fromSubscription="false"/><match enabled="true" name="cgi" pattern="http://webwarper.net/*" isRegEx="false" isBlackList="false" isMultiLine="false" caseSensitive="false" fromSubscription="false"/><match enabled="true" name="cgi" pattern="*/?q=*&amp;hl=*" isRegEx="false" isBlackList="false" isMultiLine="false" caseSensitive="false" fromSubscription="false"/><match enabled="true" name="blogspot" pattern="*.blogspot.com/*" isRegEx="false" isBlackList="false" isMultiLine="false" caseSensitive="false" fromSubscription="false"/><match enabled="true" name="http://www.vcdq.com/*" pattern="http://www.vcdq.com/*" isRegEx="false" isBlackList="false" isMultiLine="false" caseSensitive="false" fromSubscription="false"/><match enabled="true" name="http://rapidmoviez.com/*" pattern="http://rapidmoviez.com/*" isRegEx="false" isBlackList="false" isMultiLine="false" caseSensitive="false" fromSubscription="false"/><match enabled="true" name="http://www.themovieclips.com/" pattern="http://www.themovieclips.com/" isRegEx="false" isBlackList="false" isMultiLine="false" caseSensitive="false" fromSubscription="false"/></matches><autoconf url="https://somedomain2.com/proxy.pac" loadNotification="true" errorNotification="true" autoReload="false" reloadFreqMins="60" disableOnBadPAC="true"/><autoconf url="http://wpad/wpad.dat" loadNotification="true" errorNotification="true" autoReload="false" reloadFreqMins="60" disableOnBadPAC="true"/><manualconf host="testnode.getfoxyproxy.org" port="443" socksversion="5" isSocks="false" username="amir" password="amir.was.here" domain=""/></proxy><proxy name="Default" id="2138431220" notes="These are the settings that are used when no patterns match a URL." fromSubscription="false" enabled="true" mode="direct" selectedTabIndex="0" lastresort="true" animatedIcons="false" includeInCycle="true" color="#00B8E6" proxyDNS="true" noInternalIPs="false" autoconfMode="pac" clearCacheBeforeUse="false" disableCache="false" clearCookiesBeforeUse="false" rejectCookies="false"><matches><match enabled="true" name="All" pattern="*" isRegEx="false" isBlackList="false" isMultiLine="false" caseSensitive="false" fromSubscription="false"/></matches><autoconf url="" loadNotification="true" errorNotification="true" autoReload="false" reloadFreqMins="60" disableOnBadPAC="true"/><autoconf url="http://wpad/wpad.dat" loadNotification="true" errorNotification="true" autoReload="false" reloadFreqMins="60" disableOnBadPAC="true"/><manualconf host="" port="" socksversion="5" isSocks="false" username="" password="" domain=""/></proxy></proxies></foxyproxy> \ No newline at end of file
diff --git a/__tests__/legacy-samples/foxyproxy.xml b/__tests__/legacy-samples/foxyproxy.xml
new file mode 100644
index 0000000..8da762b
--- /dev/null
+++ b/__tests__/legacy-samples/foxyproxy.xml
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<foxyproxy mode="patterns" selectedTabIndex="0" toolbaricon="true" toolsMenu="true" contextMenu="true" advancedMenus="false" previousMode="2030472407" resetIconColors="true" useStatusBarPrefix="true" excludePatternsFromCycling="false" excludeDisabledFromCycling="false" ignoreProxyScheme="false" apiDisabled="false" proxyForVersionCheck="2653187683"><random includeDirect="false" includeDisabled="false"/><statusbar icon="true" text="false" left="options" middle="cycle" right="contextmenu" width="0"/><toolbar left="options" middle="cycle" right="contextmenu"/><logg enabled="false" maxSize="500" noURLs="false" header="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;&gt;
+&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;&lt;head&gt;&lt;title&gt;&lt;/title&gt;&lt;link rel=&quot;icon&quot; href=&quot;http://getfoxyproxy.org/favicon.ico&quot;/&gt;&lt;link rel=&quot;shortcut icon&quot; href=&quot;http://getfoxyproxy.org/favicon.ico&quot;/&gt;&lt;link rel=&quot;stylesheet&quot; href=&quot;http://getfoxyproxy.org/styles/log.css&quot; type=&quot;text/css&quot;/&gt;&lt;/head&gt;&lt;body&gt;&lt;table class=&quot;log-table&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td class=&quot;heading&quot;&gt;${timestamp-heading}&lt;/td&gt;&lt;td class=&quot;heading&quot;&gt;${url-heading}&lt;/td&gt;&lt;td class=&quot;heading&quot;&gt;${proxy-name-heading}&lt;/td&gt;&lt;td class=&quot;heading&quot;&gt;${proxy-notes-heading}&lt;/td&gt;&lt;td class=&quot;heading&quot;&gt;${pattern-name-heading}&lt;/td&gt;&lt;td class=&quot;heading&quot;&gt;${pattern-heading}&lt;/td&gt;&lt;td class=&quot;heading&quot;&gt;${pattern-case-heading}&lt;/td&gt;&lt;td class=&quot;heading&quot;&gt;${pattern-type-heading}&lt;/td&gt;&lt;td class=&quot;heading&quot;&gt;${pattern-color-heading}&lt;/td&gt;&lt;td class=&quot;heading&quot;&gt;${pac-result-heading}&lt;/td&gt;&lt;td class=&quot;heading&quot;&gt;${error-msg-heading}&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tfoot&gt;&lt;tr&gt;&lt;td/&gt;&lt;/tr&gt;&lt;/tfoot&gt;&lt;tbody&gt;" row="&lt;tr&gt;&lt;td class=&quot;timestamp&quot;&gt;${timestamp}&lt;/td&gt;&lt;td class=&quot;url&quot;&gt;&lt;a href=&quot;${url}&quot;&gt;${url}&lt;/a&gt;&lt;/td&gt;&lt;td class=&quot;proxy-name&quot;&gt;${proxy-name}&lt;/td&gt;&lt;td class=&quot;proxy-notes&quot;&gt;${proxy-notes}&lt;/td&gt;&lt;td class=&quot;pattern-name&quot;&gt;${pattern-name}&lt;/td&gt;&lt;td class=&quot;pattern&quot;&gt;${pattern}&lt;/td&gt;&lt;td class=&quot;pattern-case&quot;&gt;${pattern-case}&lt;/td&gt;&lt;td class=&quot;pattern-type&quot;&gt;${pattern-type}&lt;/td&gt;&lt;td class=&quot;pattern-color&quot;&gt;${pattern-color}&lt;/td&gt;&lt;td class=&quot;pac-result&quot;&gt;${pac-result}&lt;/td&gt;&lt;td class=&quot;error-msg&quot;&gt;${error-msg}&lt;/td&gt;&lt;/tr&gt;" footer="&lt;/tbody&gt;&lt;/table&gt;&lt;/body&gt;&lt;/html&gt;"/><warnings wildcards="false"/><autoadd enabled="false" temp="false" reload="true" notify="true" notifyWhenCanceled="true" prompt="true"><match enabled="true" name="Dynamic AutoAdd Pattern" pattern="*://${3}${6}/*" isRegEx="false" isBlackList="false" isMultiLine="false" caseSensitive="false" fromSubscription="false"/><match enabled="true" name="" pattern="*You are not authorized to view this page*" isRegEx="false" isBlackList="false" isMultiLine="true" caseSensitive="false" fromSubscription="false"/></autoadd><quickadd enabled="false" temp="false" reload="true" notify="true" notifyWhenCanceled="true" prompt="true"><match enabled="true" name="Dynamic QuickAdd Pattern" pattern="*://${3}${6}/*" isRegEx="false" isBlackList="false" isMultiLine="false" caseSensitive="false" fromSubscription="false"/></quickadd><defaultPrefs origPrefetch="18"/><proxies><proxy name="my pac proxy" id="763274367" notes="" fromSubscription="false" enabled="false" mode="auto" selectedTabIndex="2" lastresort="false" animatedIcons="true" includeInCycle="true" color="#E6001B" proxyDNS="false" noInternalIPs="true" autoconfMode="wpad" clearCacheBeforeUse="false" disableCache="false" clearCookiesBeforeUse="false" rejectCookies="false"><matches><match enabled="true" name="foodler" pattern="http://foodler.com/*" isRegEx="false" isBlackList="false" isMultiLine="false" caseSensitive="false" fromSubscription="false"/><match enabled="true" name="local hostnames (usually no dots in the name). Pattern exists because &quot;Do not use this proxy for internal IP addresses&quot; is checked" pattern="^https?://(?:[^:@/]+(?::[^@/]+)?@)?[\w-]+(?::\d+)?(?:/.*)?$" isRegEx="true" isBlackList="true" isMultiLine="true" caseSensitive="false" fromSubscription="false"/><match enabled="true" name="local subnets (IANA reserved address space). Pattern exists because &quot;Do not use this proxy for internal IP addresses&quot; is checked" pattern="^https?://(?:[^:@/]+(?::[^@/]+)?@)?(?:192\.168\.\d+\.\d+|10\.\d+\.\d+\.\d+|172\.(?:1[6789]|2[0-9]|3[01])\.\d+\.\d+)(?::\d+)?(?:/.*)?$" isRegEx="true" isBlackList="true" isMultiLine="true" caseSensitive="false" fromSubscription="false"/><match enabled="true" name="localhost - Matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. Note that the entire local subnet (127.0.0.0/8) matches. Pattern exists because &quot;Do not use this proxy for internal IP addresses&quot; is checked" pattern="^https?://(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\.\d+\.\d+\.\d+)(?::\d+)?(?:/.*)?$" isRegEx="true" isBlackList="true" isMultiLine="true" caseSensitive="false" fromSubscription="false"/><match enabled="false" name="moodler" pattern="https://moodler.com/*/goo/gus?/schming" isRegEx="false" isBlackList="true" isMultiLine="false" caseSensitive="false" fromSubscription="false"/><match enabled="true" name="test" pattern="test/*" isRegEx="false" isBlackList="false" isMultiLine="false" caseSensitive="false" fromSubscription="false"/></matches><autoconf url="http://some-pac.com" loadNotification="true" errorNotification="true" autoReload="false" reloadFreqMins="60" disableOnBadPAC="true"/><autoconf url="http://wpad/wpad.dat" loadNotification="true" errorNotification="true" autoReload="false" reloadFreqMins="60" disableOnBadPAC="true"/><manualconf host="123" port="123" socksversion="4" isSocks="true" isHttps="false" username="eric" password="jung" domain=""/></proxy><proxy name="another one" id="2030472407" notes="" fromSubscription="false" enabled="true" mode="system" selectedTabIndex="1" lastresort="false" animatedIcons="true" includeInCycle="true" color="#FC0585" proxyDNS="true" noInternalIPs="false" autoconfMode="wpad" clearCacheBeforeUse="false" disableCache="false" clearCookiesBeforeUse="false" rejectCookies="false"><matches/><autoconf url="http://gus.com/pac" loadNotification="true" errorNotification="true" autoReload="false" reloadFreqMins="60" disableOnBadPAC="true"/><autoconf url="http://wpad/wpad.dat" loadNotification="true" errorNotification="true" autoReload="false" reloadFreqMins="60" disableOnBadPAC="true"/><manualconf host="" port="" socksversion="5" isSocks="false" isHttps="false" username="" password="" domain=""/></proxy><proxy name="Default" id="2653187683" notes="These are the settings that are used when no patterns match a URL." fromSubscription="false" enabled="true" mode="system" selectedTabIndex="0" lastresort="true" animatedIcons="false" includeInCycle="true" color="#E62552" proxyDNS="true" noInternalIPs="false" autoconfMode="pac" clearCacheBeforeUse="false" disableCache="false" clearCookiesBeforeUse="false" rejectCookies="false"><matches><match enabled="true" name="All" pattern="*" isRegEx="false" isBlackList="false" isMultiLine="false" caseSensitive="false" fromSubscription="false"/></matches><autoconf url="" loadNotification="true" errorNotification="true" autoReload="false" reloadFreqMins="60" disableOnBadPAC="true"/><autoconf url="http://wpad/wpad.dat" loadNotification="true" errorNotification="true" autoReload="false" reloadFreqMins="60" disableOnBadPAC="true"/><manualconf host="foo.com" port="1111" socksversion="5" isSocks="false" isHttps="true" username="eric" password="jung" domain=""/></proxy></proxies></foxyproxy> \ No newline at end of file
diff --git a/__tests__/legacy-samples/foxyproxy.xml.for.taking.screenshots 2.xml b/__tests__/legacy-samples/foxyproxy.xml.for.taking.screenshots 2.xml
new file mode 100644
index 0000000..bb11d01
--- /dev/null
+++ b/__tests__/legacy-samples/foxyproxy.xml.for.taking.screenshots 2.xml
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<foxyproxy mode="disabled" selectedTabIndex="0" toolsMenu="true" contextMenu="true" advancedMenus="false" previousMode="patterns" resetIconColors="true" useStatusBarPrefix="true" excludePatternsFromCycling="false" excludeDisabledFromCycling="false" ignoreProxyScheme="false"><random includeDirect="false" includeDisabled="false"/><statusbar icon="true" text="true" left="quickadd" middle="reloadcurtab" right="removeallcookies" width="0"/><toolbar left="toggle" middle="cycle" right="contextmenu"/><logg enabled="true" maxSize="500" noURLs="false" header="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;&gt;
+&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;&lt;head&gt;&lt;title&gt;&lt;/title&gt;&lt;link rel=&quot;icon&quot; href=&quot;http://foxyproxy.mozdev.org/favicon.ico&quot;/&gt;&lt;link rel=&quot;shortcut icon&quot; href=&quot;http://foxyproxy.mozdev.org/favicon.ico&quot;/&gt;&lt;link rel=&quot;stylesheet&quot; href=&quot;http://foxyproxy.mozdev.org/styles/log.css&quot; type=&quot;text/css&quot;/&gt;&lt;/head&gt;&lt;body&gt;&lt;table class=&quot;log-table&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td class=&quot;heading&quot;&gt;${timestamp-heading}&lt;/td&gt;&lt;td class=&quot;heading&quot;&gt;${url-heading}&lt;/td&gt;&lt;td class=&quot;heading&quot;&gt;${proxy-name-heading}&lt;/td&gt;&lt;td class=&quot;heading&quot;&gt;${proxy-notes-heading}&lt;/td&gt;&lt;td class=&quot;heading&quot;&gt;${pattern-name-heading}&lt;/td&gt;&lt;td class=&quot;heading&quot;&gt;${pattern-heading}&lt;/td&gt;&lt;td class=&quot;heading&quot;&gt;${pattern-case-heading}&lt;/td&gt;&lt;td class=&quot;heading&quot;&gt;${pattern-type-heading}&lt;/td&gt;&lt;td class=&quot;heading&quot;&gt;${pattern-color-heading}&lt;/td&gt;&lt;td class=&quot;heading&quot;&gt;${pac-result-heading}&lt;/td&gt;&lt;td class=&quot;heading&quot;&gt;${error-msg-heading}&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tfoot&gt;&lt;tr&gt;&lt;td/&gt;&lt;/tr&gt;&lt;/tfoot&gt;&lt;tbody&gt;" row="&lt;tr&gt;&lt;td class=&quot;timestamp&quot;&gt;${timestamp}&lt;/td&gt;&lt;td class=&quot;url&quot;&gt;&lt;a href=&quot;${url}&quot;&gt;${url}&lt;/a&gt;&lt;/td&gt;&lt;td class=&quot;proxy-name&quot;&gt;${proxy-name}&lt;/td&gt;&lt;td class=&quot;proxy-notes&quot;&gt;${proxy-notes}&lt;/td&gt;&lt;td class=&quot;pattern-name&quot;&gt;${pattern-name}&lt;/td&gt;&lt;td class=&quot;pattern&quot;&gt;${pattern}&lt;/td&gt;&lt;td class=&quot;pattern-case&quot;&gt;${pattern-case}&lt;/td&gt;&lt;td class=&quot;pattern-type&quot;&gt;${pattern-type}&lt;/td&gt;&lt;td class=&quot;pattern-color&quot;&gt;${pattern-color}&lt;/td&gt;&lt;td class=&quot;pac-result&quot;&gt;${pac-result}&lt;/td&gt;&lt;td class=&quot;error-msg&quot;&gt;${error-msg}&lt;/td&gt;&lt;/tr&gt;" footer="&lt;/tbody&gt;&lt;/table&gt;&lt;/body&gt;&lt;/html&gt;"/><warnings white-patterns="false"/><autoadd enabled="true" temp="false" reload="true" notify="true" notifyWhenCanceled="true" prompt="true" proxy-id="2922082020"><match enabled="true" name="Dynamic AutoAdd Pattern" pattern="*://${3}${6}/*" isRegEx="false" isBlackList="false" isMultiLine="false" caseSensitive="false"/><match enabled="true" name="" pattern="*You are not authorized to view this page*" isRegEx="false" isBlackList="false" isMultiLine="true" caseSensitive="false"/></autoadd><quickadd enabled="true" temp="false" reload="true" notify="true" notifyWhenCanceled="true" prompt="true" proxy-id="2998971027"><match enabled="true" name="Dynamic QuickAdd Pattern" pattern="*://${3}${6}/*" isRegEx="false" isBlackList="false" isMultiLine="false" caseSensitive="false"/></quickadd><defaultPrefs origPrefetch="17"/><proxies><proxy name="Work" id="2922082020" notes="PAC at work" enabled="true" mode="direct" selectedTabIndex="2" lastresort="false" animatedIcons="true" includeInCycle="true" color="#D6657F" proxyDNS="true"><matches><match enabled="true" name="leahscape" pattern="*://leahscape.com/*" isRegEx="false" isBlackList="false" isMultiLine="false" caseSensitive="false"/></matches><autoconf url="http://192.168.1.1/proxy.pac" loadNotification="true" errorNotification="true" autoReload="true" reloadFreqMins="60" disableOnBadPAC="true"/><manualconf host="ny.bbc.pac" port="8118" socksversion="5" isSocks="false"/></proxy><proxy name="U.K." id="2998971027" notes="London proxy server" enabled="true" mode="direct" selectedTabIndex="2" lastresort="false" animatedIcons="true" includeInCycle="true" color="#FA1919" proxyDNS="true"><matches><match enabled="true" name="BBC iPlayer" pattern="*://bbc.co.uk/*" isRegEx="false" isBlackList="false" isMultiLine="false" caseSensitive="false"/><match enabled="true" name="TV Catchup" pattern="*://*.tvcatchup.com/*" isRegEx="false" isBlackList="false" isMultiLine="false" caseSensitive="false"/><match enabled="true" name="SkyNet" pattern="*://*.skynet.com/*" isRegEx="false" isBlackList="false" isMultiLine="false" caseSensitive="false"/></matches><autoconf url="http://192.168.1.1/proxy.pac" loadNotification="true" errorNotification="true" autoReload="false" reloadFreqMins="60" disableOnBadPAC="true"/><manualconf host="72.75.104.119" port="8118" socksversion="5" isSocks="false"/></proxy><proxy name="USA" id="2293048507" notes="New York proxy server" enabled="true" mode="direct" selectedTabIndex="2" lastresort="false" animatedIcons="true" includeInCycle="true" color="#F09A11" proxyDNS="true"><matches><match enabled="true" name="cnn" pattern="*://*.cnn.com/*" isRegEx="false" isBlackList="false" isMultiLine="false" caseSensitive="false"/><match enabled="true" name="turner" pattern="*://*.turner.com/*" isRegEx="false" isBlackList="false" isMultiLine="false" caseSensitive="false"/></matches><autoconf url="http://192.168.1.1/proxy.pac" loadNotification="true" errorNotification="true" autoReload="false" reloadFreqMins="60" disableOnBadPAC="true"/><manualconf host="65.78.207.236" port="8118" socksversion="5" isSocks="false"/></proxy><proxy name="Privoxy" id="3498580212" notes="Privoxy on localhost" enabled="true" mode="direct" selectedTabIndex="1" lastresort="false" animatedIcons="true" includeInCycle="true" color="#878A87" proxyDNS="true"><matches/><autoconf url="http://192.168.1.1/proxy.pac" loadNotification="true" errorNotification="true" autoReload="false" reloadFreqMins="60" disableOnBadPAC="true"/><manualconf host="localhost" port="8118" socksversion="5" isSocks="false"/></proxy><proxy name="Home" id="3338469159" notes="ssh at home" enabled="true" mode="direct" selectedTabIndex="2" lastresort="false" animatedIcons="true" includeInCycle="true" color="#65D667" proxyDNS="true"><matches><match enabled="true" name="Yahoo Mail" pattern="*://*.yahoo.com/*" isRegEx="false" isBlackList="false" isMultiLine="false" caseSensitive="false"/><match enabled="true" name="Yahoo Mail" pattern="*://*.yimg.com/*" isRegEx="false" isBlackList="false" isMultiLine="false" caseSensitive="false"/></matches><autoconf url="http://192.168.1.1/proxy.pac" loadNotification="true" errorNotification="true" autoReload="false" reloadFreqMins="60" disableOnBadPAC="true"/><manualconf host="192.168.1.1" port="1080" socksversion="5" isSocks="false"/></proxy><proxy name="Default" id="877094844" notes="These are the settings that are used when no patterns match a URL." enabled="true" mode="direct" selectedTabIndex="1" lastresort="true" animatedIcons="true" includeInCycle="true" color="#0055E5" proxyDNS="true"><matches><match enabled="true" name="All" pattern="*" isRegEx="false" isBlackList="false" isMultiLine="false" caseSensitive="false"/><match enabled="true" name="All" pattern="*" isRegEx="false" isBlackList="false" isMultiLine="false" caseSensitive="false"/></matches><autoconf url="" loadNotification="true" errorNotification="true" autoReload="false" reloadFreqMins="60" disableOnBadPAC="true"/><manualconf host="10.10.0.1" port="1080" socksversion="5" isSocks="true"/></proxy></proxies></foxyproxy> \ No newline at end of file
diff --git a/__tests__/legacy-samples/foxyproxy.xml.for.taking.screenshots.xml b/__tests__/legacy-samples/foxyproxy.xml.for.taking.screenshots.xml
new file mode 100644
index 0000000..bb11d01
--- /dev/null
+++ b/__tests__/legacy-samples/foxyproxy.xml.for.taking.screenshots.xml
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<foxyproxy mode="disabled" selectedTabIndex="0" toolsMenu="true" contextMenu="true" advancedMenus="false" previousMode="patterns" resetIconColors="true" useStatusBarPrefix="true" excludePatternsFromCycling="false" excludeDisabledFromCycling="false" ignoreProxyScheme="false"><random includeDirect="false" includeDisabled="false"/><statusbar icon="true" text="true" left="quickadd" middle="reloadcurtab" right="removeallcookies" width="0"/><toolbar left="toggle" middle="cycle" right="contextmenu"/><logg enabled="true" maxSize="500" noURLs="false" header="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;&gt;
+&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;&lt;head&gt;&lt;title&gt;&lt;/title&gt;&lt;link rel=&quot;icon&quot; href=&quot;http://foxyproxy.mozdev.org/favicon.ico&quot;/&gt;&lt;link rel=&quot;shortcut icon&quot; href=&quot;http://foxyproxy.mozdev.org/favicon.ico&quot;/&gt;&lt;link rel=&quot;stylesheet&quot; href=&quot;http://foxyproxy.mozdev.org/styles/log.css&quot; type=&quot;text/css&quot;/&gt;&lt;/head&gt;&lt;body&gt;&lt;table class=&quot;log-table&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td class=&quot;heading&quot;&gt;${timestamp-heading}&lt;/td&gt;&lt;td class=&quot;heading&quot;&gt;${url-heading}&lt;/td&gt;&lt;td class=&quot;heading&quot;&gt;${proxy-name-heading}&lt;/td&gt;&lt;td class=&quot;heading&quot;&gt;${proxy-notes-heading}&lt;/td&gt;&lt;td class=&quot;heading&quot;&gt;${pattern-name-heading}&lt;/td&gt;&lt;td class=&quot;heading&quot;&gt;${pattern-heading}&lt;/td&gt;&lt;td class=&quot;heading&quot;&gt;${pattern-case-heading}&lt;/td&gt;&lt;td class=&quot;heading&quot;&gt;${pattern-type-heading}&lt;/td&gt;&lt;td class=&quot;heading&quot;&gt;${pattern-color-heading}&lt;/td&gt;&lt;td class=&quot;heading&quot;&gt;${pac-result-heading}&lt;/td&gt;&lt;td class=&quot;heading&quot;&gt;${error-msg-heading}&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tfoot&gt;&lt;tr&gt;&lt;td/&gt;&lt;/tr&gt;&lt;/tfoot&gt;&lt;tbody&gt;" row="&lt;tr&gt;&lt;td class=&quot;timestamp&quot;&gt;${timestamp}&lt;/td&gt;&lt;td class=&quot;url&quot;&gt;&lt;a href=&quot;${url}&quot;&gt;${url}&lt;/a&gt;&lt;/td&gt;&lt;td class=&quot;proxy-name&quot;&gt;${proxy-name}&lt;/td&gt;&lt;td class=&quot;proxy-notes&quot;&gt;${proxy-notes}&lt;/td&gt;&lt;td class=&quot;pattern-name&quot;&gt;${pattern-name}&lt;/td&gt;&lt;td class=&quot;pattern&quot;&gt;${pattern}&lt;/td&gt;&lt;td class=&quot;pattern-case&quot;&gt;${pattern-case}&lt;/td&gt;&lt;td class=&quot;pattern-type&quot;&gt;${pattern-type}&lt;/td&gt;&lt;td class=&quot;pattern-color&quot;&gt;${pattern-color}&lt;/td&gt;&lt;td class=&quot;pac-result&quot;&gt;${pac-result}&lt;/td&gt;&lt;td class=&quot;error-msg&quot;&gt;${error-msg}&lt;/td&gt;&lt;/tr&gt;" footer="&lt;/tbody&gt;&lt;/table&gt;&lt;/body&gt;&lt;/html&gt;"/><warnings white-patterns="false"/><autoadd enabled="true" temp="false" reload="true" notify="true" notifyWhenCanceled="true" prompt="true" proxy-id="2922082020"><match enabled="true" name="Dynamic AutoAdd Pattern" pattern="*://${3}${6}/*" isRegEx="false" isBlackList="false" isMultiLine="false" caseSensitive="false"/><match enabled="true" name="" pattern="*You are not authorized to view this page*" isRegEx="false" isBlackList="false" isMultiLine="true" caseSensitive="false"/></autoadd><quickadd enabled="true" temp="false" reload="true" notify="true" notifyWhenCanceled="true" prompt="true" proxy-id="2998971027"><match enabled="true" name="Dynamic QuickAdd Pattern" pattern="*://${3}${6}/*" isRegEx="false" isBlackList="false" isMultiLine="false" caseSensitive="false"/></quickadd><defaultPrefs origPrefetch="17"/><proxies><proxy name="Work" id="2922082020" notes="PAC at work" enabled="true" mode="direct" selectedTabIndex="2" lastresort="false" animatedIcons="true" includeInCycle="true" color="#D6657F" proxyDNS="true"><matches><match enabled="true" name="leahscape" pattern="*://leahscape.com/*" isRegEx="false" isBlackList="false" isMultiLine="false" caseSensitive="false"/></matches><autoconf url="http://192.168.1.1/proxy.pac" loadNotification="true" errorNotification="true" autoReload="true" reloadFreqMins="60" disableOnBadPAC="true"/><manualconf host="ny.bbc.pac" port="8118" socksversion="5" isSocks="false"/></proxy><proxy name="U.K." id="2998971027" notes="London proxy server" enabled="true" mode="direct" selectedTabIndex="2" lastresort="false" animatedIcons="true" includeInCycle="true" color="#FA1919" proxyDNS="true"><matches><match enabled="true" name="BBC iPlayer" pattern="*://bbc.co.uk/*" isRegEx="false" isBlackList="false" isMultiLine="false" caseSensitive="false"/><match enabled="true" name="TV Catchup" pattern="*://*.tvcatchup.com/*" isRegEx="false" isBlackList="false" isMultiLine="false" caseSensitive="false"/><match enabled="true" name="SkyNet" pattern="*://*.skynet.com/*" isRegEx="false" isBlackList="false" isMultiLine="false" caseSensitive="false"/></matches><autoconf url="http://192.168.1.1/proxy.pac" loadNotification="true" errorNotification="true" autoReload="false" reloadFreqMins="60" disableOnBadPAC="true"/><manualconf host="72.75.104.119" port="8118" socksversion="5" isSocks="false"/></proxy><proxy name="USA" id="2293048507" notes="New York proxy server" enabled="true" mode="direct" selectedTabIndex="2" lastresort="false" animatedIcons="true" includeInCycle="true" color="#F09A11" proxyDNS="true"><matches><match enabled="true" name="cnn" pattern="*://*.cnn.com/*" isRegEx="false" isBlackList="false" isMultiLine="false" caseSensitive="false"/><match enabled="true" name="turner" pattern="*://*.turner.com/*" isRegEx="false" isBlackList="false" isMultiLine="false" caseSensitive="false"/></matches><autoconf url="http://192.168.1.1/proxy.pac" loadNotification="true" errorNotification="true" autoReload="false" reloadFreqMins="60" disableOnBadPAC="true"/><manualconf host="65.78.207.236" port="8118" socksversion="5" isSocks="false"/></proxy><proxy name="Privoxy" id="3498580212" notes="Privoxy on localhost" enabled="true" mode="direct" selectedTabIndex="1" lastresort="false" animatedIcons="true" includeInCycle="true" color="#878A87" proxyDNS="true"><matches/><autoconf url="http://192.168.1.1/proxy.pac" loadNotification="true" errorNotification="true" autoReload="false" reloadFreqMins="60" disableOnBadPAC="true"/><manualconf host="localhost" port="8118" socksversion="5" isSocks="false"/></proxy><proxy name="Home" id="3338469159" notes="ssh at home" enabled="true" mode="direct" selectedTabIndex="2" lastresort="false" animatedIcons="true" includeInCycle="true" color="#65D667" proxyDNS="true"><matches><match enabled="true" name="Yahoo Mail" pattern="*://*.yahoo.com/*" isRegEx="false" isBlackList="false" isMultiLine="false" caseSensitive="false"/><match enabled="true" name="Yahoo Mail" pattern="*://*.yimg.com/*" isRegEx="false" isBlackList="false" isMultiLine="false" caseSensitive="false"/></matches><autoconf url="http://192.168.1.1/proxy.pac" loadNotification="true" errorNotification="true" autoReload="false" reloadFreqMins="60" disableOnBadPAC="true"/><manualconf host="192.168.1.1" port="1080" socksversion="5" isSocks="false"/></proxy><proxy name="Default" id="877094844" notes="These are the settings that are used when no patterns match a URL." enabled="true" mode="direct" selectedTabIndex="1" lastresort="true" animatedIcons="true" includeInCycle="true" color="#0055E5" proxyDNS="true"><matches><match enabled="true" name="All" pattern="*" isRegEx="false" isBlackList="false" isMultiLine="false" caseSensitive="false"/><match enabled="true" name="All" pattern="*" isRegEx="false" isBlackList="false" isMultiLine="false" caseSensitive="false"/></matches><autoconf url="" loadNotification="true" errorNotification="true" autoReload="false" reloadFreqMins="60" disableOnBadPAC="true"/><manualconf host="10.10.0.1" port="1080" socksversion="5" isSocks="true"/></proxy></proxies></foxyproxy> \ No newline at end of file
diff --git a/__tests__/legacy-samples/github-issue-76.xml b/__tests__/legacy-samples/github-issue-76.xml
new file mode 100644
index 0000000..9d47b75
--- /dev/null
+++ b/__tests__/legacy-samples/github-issue-76.xml
@@ -0,0 +1,16 @@
+<foxyproxy>
+ <proxies>
+ <proxy name="emr-socks-proxy" id="2322596116" notes="" fromSubscription="false" enabled="true" mode="manual" selectedTabIndex="2" lastresort="false" animatedIcons="true" includeInCycle="true" color="#0055E5" proxyDNS="true" noInternalIPs="false" autoconfMode="pac" clearCacheBeforeUse="false" disableCache="false" clearCookiesBeforeUse="false" rejectCookies="false">
+ <matches>
+ <match enabled="true" name="*ec2*.amazonaws.com*" pattern="*ec2*.amazonaws.com*" isRegEx="false" isBlackList="false" isMultiLine="false" caseSensitive="false" fromSubscription="false" />
+ <match enabled="true" name="*ec2*.compute*" pattern="*ec2*.compute*" isRegEx="false" isBlackList="false" isMultiLine="false" caseSensitive="false" fromSubscription="false" />
+ <match enabled="true" name="10.*" pattern="http://10.*" isRegEx="false" isBlackList="false" isMultiLine="false" caseSensitive="false" fromSubscription="false" />
+ <match enabled="true" name="*10*.amazonaws.com*" pattern="*10*.amazonaws.com*" isRegEx="false" isBlackList="false" isMultiLine="false" caseSensitive="false" fromSubscription="false" />
+ <match enabled="true" name="*10*.compute*" pattern="*10*.compute*" isRegEx="false" isBlackList="false" isMultiLine="false" caseSensitive="false" fromSubscription="false" />
+ <match enabled="true" name="*.compute.internal*" pattern="*.compute.internal*" isRegEx="false" isBlackList="false" isMultiLine="false" caseSensitive="false" fromSubscription="false" />
+ <match enabled="true" name="*.ec2.internal*" pattern="*.ec2.internal*" isRegEx="false" isBlackList="false" isMultiLine="false" caseSensitive="false" fromSubscription="false" />
+ </matches>
+ <manualconf host="localhost" port="8157" socksversion="5" isSocks="true" username="" password="" domain="" />
+ </proxy>
+ </proxies>
+</foxyproxy> \ No newline at end of file
diff --git a/__tests__/legacy-samples/pac.xml b/__tests__/legacy-samples/pac.xml
new file mode 100644
index 0000000..ff9df0b
--- /dev/null
+++ b/__tests__/legacy-samples/pac.xml
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<foxyproxy mode="disabled" selectedTabIndex="0" toolbaricon="true" toolsMenu="true" contextMenu="true" advancedMenus="false" previousMode="disabled" resetIconColors="true" useStatusBarPrefix="true" excludePatternsFromCycling="false" excludeDisabledFromCycling="false" ignoreProxyScheme="false" apiDisabled="false" proxyForVersionCheck="2653187683"><random includeDirect="false" includeDisabled="false"/><statusbar icon="true" text="false" left="options" middle="cycle" right="contextmenu" width="0"/><toolbar left="options" middle="cycle" right="contextmenu"/><logg enabled="false" maxSize="500" noURLs="false" header="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;&gt;
+&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;&lt;head&gt;&lt;title&gt;&lt;/title&gt;&lt;link rel=&quot;icon&quot; href=&quot;http://getfoxyproxy.org/favicon.ico&quot;/&gt;&lt;link rel=&quot;shortcut icon&quot; href=&quot;http://getfoxyproxy.org/favicon.ico&quot;/&gt;&lt;link rel=&quot;stylesheet&quot; href=&quot;http://getfoxyproxy.org/styles/log.css&quot; type=&quot;text/css&quot;/&gt;&lt;/head&gt;&lt;body&gt;&lt;table class=&quot;log-table&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td class=&quot;heading&quot;&gt;${timestamp-heading}&lt;/td&gt;&lt;td class=&quot;heading&quot;&gt;${url-heading}&lt;/td&gt;&lt;td class=&quot;heading&quot;&gt;${proxy-name-heading}&lt;/td&gt;&lt;td class=&quot;heading&quot;&gt;${proxy-notes-heading}&lt;/td&gt;&lt;td class=&quot;heading&quot;&gt;${pattern-name-heading}&lt;/td&gt;&lt;td class=&quot;heading&quot;&gt;${pattern-heading}&lt;/td&gt;&lt;td class=&quot;heading&quot;&gt;${pattern-case-heading}&lt;/td&gt;&lt;td class=&quot;heading&quot;&gt;${pattern-type-heading}&lt;/td&gt;&lt;td class=&quot;heading&quot;&gt;${pattern-color-heading}&lt;/td&gt;&lt;td class=&quot;heading&quot;&gt;${pac-result-heading}&lt;/td&gt;&lt;td class=&quot;heading&quot;&gt;${error-msg-heading}&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tfoot&gt;&lt;tr&gt;&lt;td/&gt;&lt;/tr&gt;&lt;/tfoot&gt;&lt;tbody&gt;" row="&lt;tr&gt;&lt;td class=&quot;timestamp&quot;&gt;${timestamp}&lt;/td&gt;&lt;td class=&quot;url&quot;&gt;&lt;a href=&quot;${url}&quot;&gt;${url}&lt;/a&gt;&lt;/td&gt;&lt;td class=&quot;proxy-name&quot;&gt;${proxy-name}&lt;/td&gt;&lt;td class=&quot;proxy-notes&quot;&gt;${proxy-notes}&lt;/td&gt;&lt;td class=&quot;pattern-name&quot;&gt;${pattern-name}&lt;/td&gt;&lt;td class=&quot;pattern&quot;&gt;${pattern}&lt;/td&gt;&lt;td class=&quot;pattern-case&quot;&gt;${pattern-case}&lt;/td&gt;&lt;td class=&quot;pattern-type&quot;&gt;${pattern-type}&lt;/td&gt;&lt;td class=&quot;pattern-color&quot;&gt;${pattern-color}&lt;/td&gt;&lt;td class=&quot;pac-result&quot;&gt;${pac-result}&lt;/td&gt;&lt;td class=&quot;error-msg&quot;&gt;${error-msg}&lt;/td&gt;&lt;/tr&gt;" footer="&lt;/tbody&gt;&lt;/table&gt;&lt;/body&gt;&lt;/html&gt;"/><warnings/><autoadd enabled="false" temp="false" reload="true" notify="true" notifyWhenCanceled="true" prompt="true"><match enabled="true" name="Dynamic AutoAdd Pattern" pattern="*://${3}${6}/*" isRegEx="false" isBlackList="false" isMultiLine="false" caseSensitive="false" fromSubscription="false"/><match enabled="true" name="" pattern="*You are not authorized to view this page*" isRegEx="false" isBlackList="false" isMultiLine="true" caseSensitive="false" fromSubscription="false"/></autoadd><quickadd enabled="false" temp="false" reload="true" notify="true" notifyWhenCanceled="true" prompt="true"><match enabled="true" name="Dynamic QuickAdd Pattern" pattern="*://${3}${6}/*" isRegEx="false" isBlackList="false" isMultiLine="false" caseSensitive="false" fromSubscription="false"/></quickadd><defaultPrefs origPrefetch="18"/><proxies><proxy name="123.123.123.123:123" id="763274367" notes="" fromSubscription="false" enabled="false" mode="auto" selectedTabIndex="1" lastresort="false" animatedIcons="true" includeInCycle="true" color="#0055E5" proxyDNS="true" noInternalIPs="false" autoconfMode="wpad" clearCacheBeforeUse="false" disableCache="false" clearCookiesBeforeUse="false" rejectCookies="false"><matches/><autoconf url="http://some-pac.com" loadNotification="true" errorNotification="true" autoReload="false" reloadFreqMins="60" disableOnBadPAC="true"/><autoconf url="http://wpad/wpad.dat" loadNotification="true" errorNotification="true" autoReload="false" reloadFreqMins="60" disableOnBadPAC="true"/><manualconf host="123" port="123" socksversion="5" isSocks="false" isHttps="true" username="eric" password="jung" domain=""/></proxy><proxy name="another one" id="2030472407" notes="" fromSubscription="false" enabled="true" mode="auto" selectedTabIndex="1" lastresort="false" animatedIcons="true" includeInCycle="true" color="#FC0585" proxyDNS="true" noInternalIPs="false" autoconfMode="wpad" clearCacheBeforeUse="false" disableCache="false" clearCookiesBeforeUse="false" rejectCookies="false"><matches/><autoconf url="http://gus.com/pac" loadNotification="true" errorNotification="true" autoReload="false" reloadFreqMins="60" disableOnBadPAC="true"/><autoconf url="http://wpad/wpad.dat" loadNotification="true" errorNotification="true" autoReload="false" reloadFreqMins="60" disableOnBadPAC="true"/><manualconf host="" port="" socksversion="5" isSocks="false" isHttps="false" username="" password="" domain=""/></proxy><proxy name="Default" id="2653187683" notes="These are the settings that are used when no patterns match a URL." fromSubscription="false" enabled="true" mode="system" selectedTabIndex="0" lastresort="true" animatedIcons="false" includeInCycle="true" color="#E62552" proxyDNS="true" noInternalIPs="false" autoconfMode="pac" clearCacheBeforeUse="false" disableCache="false" clearCookiesBeforeUse="false" rejectCookies="false"><matches><match enabled="true" name="All" pattern="*" isRegEx="false" isBlackList="false" isMultiLine="false" caseSensitive="false" fromSubscription="false"/></matches><autoconf url="" loadNotification="true" errorNotification="true" autoReload="false" reloadFreqMins="60" disableOnBadPAC="true"/><autoconf url="http://wpad/wpad.dat" loadNotification="true" errorNotification="true" autoReload="false" reloadFreqMins="60" disableOnBadPAC="true"/><manualconf host="foo.com" port="1111" socksversion="5" isSocks="false" isHttps="true" username="eric" password="jung" domain=""/></proxy></proxies></foxyproxy> \ No newline at end of file
diff --git a/__tests__/legacy-samples/system.xml b/__tests__/legacy-samples/system.xml
new file mode 100644
index 0000000..0cd90bc
--- /dev/null
+++ b/__tests__/legacy-samples/system.xml
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<foxyproxy mode="disabled" selectedTabIndex="0" toolbaricon="true" toolsMenu="true" contextMenu="true" advancedMenus="false" previousMode="disabled" resetIconColors="true" useStatusBarPrefix="true" excludePatternsFromCycling="false" excludeDisabledFromCycling="false" ignoreProxyScheme="false" apiDisabled="false" proxyForVersionCheck="2653187683"><random includeDirect="false" includeDisabled="false"/><statusbar icon="true" text="false" left="options" middle="cycle" right="contextmenu" width="0"/><toolbar left="options" middle="cycle" right="contextmenu"/><logg enabled="false" maxSize="500" noURLs="false" header="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;&gt;
+&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;&lt;head&gt;&lt;title&gt;&lt;/title&gt;&lt;link rel=&quot;icon&quot; href=&quot;http://getfoxyproxy.org/favicon.ico&quot;/&gt;&lt;link rel=&quot;shortcut icon&quot; href=&quot;http://getfoxyproxy.org/favicon.ico&quot;/&gt;&lt;link rel=&quot;stylesheet&quot; href=&quot;http://getfoxyproxy.org/styles/log.css&quot; type=&quot;text/css&quot;/&gt;&lt;/head&gt;&lt;body&gt;&lt;table class=&quot;log-table&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td class=&quot;heading&quot;&gt;${timestamp-heading}&lt;/td&gt;&lt;td class=&quot;heading&quot;&gt;${url-heading}&lt;/td&gt;&lt;td class=&quot;heading&quot;&gt;${proxy-name-heading}&lt;/td&gt;&lt;td class=&quot;heading&quot;&gt;${proxy-notes-heading}&lt;/td&gt;&lt;td class=&quot;heading&quot;&gt;${pattern-name-heading}&lt;/td&gt;&lt;td class=&quot;heading&quot;&gt;${pattern-heading}&lt;/td&gt;&lt;td class=&quot;heading&quot;&gt;${pattern-case-heading}&lt;/td&gt;&lt;td class=&quot;heading&quot;&gt;${pattern-type-heading}&lt;/td&gt;&lt;td class=&quot;heading&quot;&gt;${pattern-color-heading}&lt;/td&gt;&lt;td class=&quot;heading&quot;&gt;${pac-result-heading}&lt;/td&gt;&lt;td class=&quot;heading&quot;&gt;${error-msg-heading}&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tfoot&gt;&lt;tr&gt;&lt;td/&gt;&lt;/tr&gt;&lt;/tfoot&gt;&lt;tbody&gt;" row="&lt;tr&gt;&lt;td class=&quot;timestamp&quot;&gt;${timestamp}&lt;/td&gt;&lt;td class=&quot;url&quot;&gt;&lt;a href=&quot;${url}&quot;&gt;${url}&lt;/a&gt;&lt;/td&gt;&lt;td class=&quot;proxy-name&quot;&gt;${proxy-name}&lt;/td&gt;&lt;td class=&quot;proxy-notes&quot;&gt;${proxy-notes}&lt;/td&gt;&lt;td class=&quot;pattern-name&quot;&gt;${pattern-name}&lt;/td&gt;&lt;td class=&quot;pattern&quot;&gt;${pattern}&lt;/td&gt;&lt;td class=&quot;pattern-case&quot;&gt;${pattern-case}&lt;/td&gt;&lt;td class=&quot;pattern-type&quot;&gt;${pattern-type}&lt;/td&gt;&lt;td class=&quot;pattern-color&quot;&gt;${pattern-color}&lt;/td&gt;&lt;td class=&quot;pac-result&quot;&gt;${pac-result}&lt;/td&gt;&lt;td class=&quot;error-msg&quot;&gt;${error-msg}&lt;/td&gt;&lt;/tr&gt;" footer="&lt;/tbody&gt;&lt;/table&gt;&lt;/body&gt;&lt;/html&gt;"/><warnings/><autoadd enabled="false" temp="false" reload="true" notify="true" notifyWhenCanceled="true" prompt="true"><match enabled="true" name="Dynamic AutoAdd Pattern" pattern="*://${3}${6}/*" isRegEx="false" isBlackList="false" isMultiLine="false" caseSensitive="false" fromSubscription="false"/><match enabled="true" name="" pattern="*You are not authorized to view this page*" isRegEx="false" isBlackList="false" isMultiLine="true" caseSensitive="false" fromSubscription="false"/></autoadd><quickadd enabled="false" temp="false" reload="true" notify="true" notifyWhenCanceled="true" prompt="true"><match enabled="true" name="Dynamic QuickAdd Pattern" pattern="*://${3}${6}/*" isRegEx="false" isBlackList="false" isMultiLine="false" caseSensitive="false" fromSubscription="false"/></quickadd><defaultPrefs origPrefetch="18"/><proxies><proxy name="123.123.123.123:123" id="763274367" notes="" fromSubscription="false" enabled="false" mode="system" selectedTabIndex="1" lastresort="false" animatedIcons="true" includeInCycle="true" color="#0055E5" proxyDNS="true" noInternalIPs="false" autoconfMode="pac" clearCacheBeforeUse="false" disableCache="false" clearCookiesBeforeUse="false" rejectCookies="false"><matches/><autoconf url="" loadNotification="true" errorNotification="true" autoReload="false" reloadFreqMins="60" disableOnBadPAC="true"/><autoconf url="http://wpad/wpad.dat" loadNotification="true" errorNotification="true" autoReload="false" reloadFreqMins="60" disableOnBadPAC="true"/><manualconf host="123" port="123" socksversion="5" isSocks="false" isHttps="true" username="eric" password="jung" domain=""/></proxy><proxy name="Default" id="2653187683" notes="These are the settings that are used when no patterns match a URL." fromSubscription="false" enabled="true" mode="system" selectedTabIndex="0" lastresort="true" animatedIcons="false" includeInCycle="true" color="#E62552" proxyDNS="true" noInternalIPs="false" autoconfMode="pac" clearCacheBeforeUse="false" disableCache="false" clearCookiesBeforeUse="false" rejectCookies="false"><matches><match enabled="true" name="All" pattern="*" isRegEx="false" isBlackList="false" isMultiLine="false" caseSensitive="false" fromSubscription="false"/></matches><autoconf url="" loadNotification="true" errorNotification="true" autoReload="false" reloadFreqMins="60" disableOnBadPAC="true"/><autoconf url="http://wpad/wpad.dat" loadNotification="true" errorNotification="true" autoReload="false" reloadFreqMins="60" disableOnBadPAC="true"/><manualconf host="foo.com" port="1111" socksversion="5" isSocks="false" isHttps="true" username="eric" password="jung" domain=""/></proxy></proxies></foxyproxy> \ No newline at end of file
diff --git a/__tests__/legacy-samples/wpad.xml b/__tests__/legacy-samples/wpad.xml
new file mode 100644
index 0000000..eab6d30
--- /dev/null
+++ b/__tests__/legacy-samples/wpad.xml
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<foxyproxy mode="disabled" selectedTabIndex="0" toolbaricon="true" toolsMenu="true" contextMenu="true" advancedMenus="false" previousMode="disabled" resetIconColors="true" useStatusBarPrefix="true" excludePatternsFromCycling="false" excludeDisabledFromCycling="false" ignoreProxyScheme="false" apiDisabled="false" proxyForVersionCheck="2653187683"><random includeDirect="false" includeDisabled="false"/><statusbar icon="true" text="false" left="options" middle="cycle" right="contextmenu" width="0"/><toolbar left="options" middle="cycle" right="contextmenu"/><logg enabled="false" maxSize="500" noURLs="false" header="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;&gt;
+&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;&lt;head&gt;&lt;title&gt;&lt;/title&gt;&lt;link rel=&quot;icon&quot; href=&quot;http://getfoxyproxy.org/favicon.ico&quot;/&gt;&lt;link rel=&quot;shortcut icon&quot; href=&quot;http://getfoxyproxy.org/favicon.ico&quot;/&gt;&lt;link rel=&quot;stylesheet&quot; href=&quot;http://getfoxyproxy.org/styles/log.css&quot; type=&quot;text/css&quot;/&gt;&lt;/head&gt;&lt;body&gt;&lt;table class=&quot;log-table&quot;&gt;&lt;thead&gt;&lt;tr&gt;&lt;td class=&quot;heading&quot;&gt;${timestamp-heading}&lt;/td&gt;&lt;td class=&quot;heading&quot;&gt;${url-heading}&lt;/td&gt;&lt;td class=&quot;heading&quot;&gt;${proxy-name-heading}&lt;/td&gt;&lt;td class=&quot;heading&quot;&gt;${proxy-notes-heading}&lt;/td&gt;&lt;td class=&quot;heading&quot;&gt;${pattern-name-heading}&lt;/td&gt;&lt;td class=&quot;heading&quot;&gt;${pattern-heading}&lt;/td&gt;&lt;td class=&quot;heading&quot;&gt;${pattern-case-heading}&lt;/td&gt;&lt;td class=&quot;heading&quot;&gt;${pattern-type-heading}&lt;/td&gt;&lt;td class=&quot;heading&quot;&gt;${pattern-color-heading}&lt;/td&gt;&lt;td class=&quot;heading&quot;&gt;${pac-result-heading}&lt;/td&gt;&lt;td class=&quot;heading&quot;&gt;${error-msg-heading}&lt;/td&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tfoot&gt;&lt;tr&gt;&lt;td/&gt;&lt;/tr&gt;&lt;/tfoot&gt;&lt;tbody&gt;" row="&lt;tr&gt;&lt;td class=&quot;timestamp&quot;&gt;${timestamp}&lt;/td&gt;&lt;td class=&quot;url&quot;&gt;&lt;a href=&quot;${url}&quot;&gt;${url}&lt;/a&gt;&lt;/td&gt;&lt;td class=&quot;proxy-name&quot;&gt;${proxy-name}&lt;/td&gt;&lt;td class=&quot;proxy-notes&quot;&gt;${proxy-notes}&lt;/td&gt;&lt;td class=&quot;pattern-name&quot;&gt;${pattern-name}&lt;/td&gt;&lt;td class=&quot;pattern&quot;&gt;${pattern}&lt;/td&gt;&lt;td class=&quot;pattern-case&quot;&gt;${pattern-case}&lt;/td&gt;&lt;td class=&quot;pattern-type&quot;&gt;${pattern-type}&lt;/td&gt;&lt;td class=&quot;pattern-color&quot;&gt;${pattern-color}&lt;/td&gt;&lt;td class=&quot;pac-result&quot;&gt;${pac-result}&lt;/td&gt;&lt;td class=&quot;error-msg&quot;&gt;${error-msg}&lt;/td&gt;&lt;/tr&gt;" footer="&lt;/tbody&gt;&lt;/table&gt;&lt;/body&gt;&lt;/html&gt;"/><warnings/><autoadd enabled="false" temp="false" reload="true" notify="true" notifyWhenCanceled="true" prompt="true"><match enabled="true" name="Dynamic AutoAdd Pattern" pattern="*://${3}${6}/*" isRegEx="false" isBlackList="false" isMultiLine="false" caseSensitive="false" fromSubscription="false"/><match enabled="true" name="" pattern="*You are not authorized to view this page*" isRegEx="false" isBlackList="false" isMultiLine="true" caseSensitive="false" fromSubscription="false"/></autoadd><quickadd enabled="false" temp="false" reload="true" notify="true" notifyWhenCanceled="true" prompt="true"><match enabled="true" name="Dynamic QuickAdd Pattern" pattern="*://${3}${6}/*" isRegEx="false" isBlackList="false" isMultiLine="false" caseSensitive="false" fromSubscription="false"/></quickadd><defaultPrefs origPrefetch="18"/><proxies><proxy name="123.123.123.123:123" id="763274367" notes="" fromSubscription="false" enabled="false" mode="auto" selectedTabIndex="1" lastresort="false" animatedIcons="true" includeInCycle="true" color="#0055E5" proxyDNS="true" noInternalIPs="false" autoconfMode="wpad" clearCacheBeforeUse="false" disableCache="false" clearCookiesBeforeUse="false" rejectCookies="false"><matches/><autoconf url="http://some-pac.com" loadNotification="true" errorNotification="true" autoReload="false" reloadFreqMins="60" disableOnBadPAC="true"/><autoconf url="http://wpad/wpad.dat" loadNotification="true" errorNotification="true" autoReload="false" reloadFreqMins="60" disableOnBadPAC="true"/><manualconf host="123" port="123" socksversion="5" isSocks="false" isHttps="true" username="eric" password="jung" domain=""/></proxy><proxy name="Default" id="2653187683" notes="These are the settings that are used when no patterns match a URL." fromSubscription="false" enabled="true" mode="system" selectedTabIndex="0" lastresort="true" animatedIcons="false" includeInCycle="true" color="#E62552" proxyDNS="true" noInternalIPs="false" autoconfMode="pac" clearCacheBeforeUse="false" disableCache="false" clearCookiesBeforeUse="false" rejectCookies="false"><matches><match enabled="true" name="All" pattern="*" isRegEx="false" isBlackList="false" isMultiLine="false" caseSensitive="false" fromSubscription="false"/></matches><autoconf url="" loadNotification="true" errorNotification="true" autoReload="false" reloadFreqMins="60" disableOnBadPAC="true"/><autoconf url="http://wpad/wpad.dat" loadNotification="true" errorNotification="true" autoReload="false" reloadFreqMins="60" disableOnBadPAC="true"/><manualconf host="foo.com" port="1111" socksversion="5" isSocks="false" isHttps="true" username="eric" password="jung" domain=""/></proxy></proxies></foxyproxy> \ No newline at end of file
diff --git a/__tests__/load/foxyproxy-10000-patterns-test-settings.json b/__tests__/load/foxyproxy-10000-patterns-test-settings.json
new file mode 100644
index 0000000..b74c885
--- /dev/null
+++ b/__tests__/load/foxyproxy-10000-patterns-test-settings.json
@@ -0,0 +1 @@
+{"mode": "patterns", "proxySettings": [{"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}, {"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189"}, {"title": "Default", "type": 5, "color": "#0055e5", "active": true, "whitePatterns": [{"title": "all URLs", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [], "id": "k20d21508277536715"}], "logging": {"size": 500, "active": true}} \ No newline at end of file
diff --git a/__tests__/load/foxyproxy-5000-proxies-test-settings.json b/__tests__/load/foxyproxy-5000-proxies-test-settings.json
new file mode 100644
index 0000000..0e03dd2
--- /dev/null
+++ b/__tests__/load/foxyproxy-5000-proxies-test-settings.json
@@ -0,0 +1 @@
+{"mode": "patterns", "proxySettings": [{"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189"}, {"title": "Default", "type": 5, "color": "#0055e5", "active": true, "whitePatterns": [{"title": "all URLs", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [], "id": "k20d21508277536715"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871890"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871895"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871896"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871897"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871898"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871899"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu156295838718910"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu156295838718911"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu156295838718912"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu156295838718913"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu156295838718914"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu156295838718915"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu156295838718916"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu156295838718917"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu156295838718918"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu156295838718919"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu156295838718920"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu156295838718921"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu156295838718922"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu156295838718923"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu156295838718924"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu156295838718925"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu156295838718926"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu156295838718927"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu156295838718928"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu156295838718929"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu156295838718930"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu156295838718931"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu156295838718932"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu156295838718933"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu156295838718934"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu156295838718935"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu156295838718936"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu156295838718937"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu156295838718938"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu156295838718939"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu156295838718940"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu156295838718941"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu156295838718942"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu156295838718943"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu156295838718944"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu156295838718945"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu156295838718946"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu156295838718947"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu156295838718948"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu156295838718949"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu156295838718950"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu156295838718951"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu156295838718952"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu156295838718953"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu156295838718954"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu156295838718955"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu156295838718956"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu156295838718957"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu156295838718958"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu156295838718959"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu156295838718960"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu156295838718961"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu156295838718962"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu156295838718963"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu156295838718964"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu156295838718965"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu156295838718966"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu156295838718967"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu156295838718968"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu156295838718969"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu156295838718970"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu156295838718971"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu156295838718972"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu156295838718973"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu156295838718974"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu156295838718975"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu156295838718976"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu156295838718977"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu156295838718978"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu156295838718979"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu156295838718980"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu156295838718981"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu156295838718982"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu156295838718983"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu156295838718984"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu156295838718985"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu156295838718986"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu156295838718987"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu156295838718988"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu156295838718989"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu156295838718990"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu156295838718991"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu156295838718992"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu156295838718993"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu156295838718994"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu156295838718995"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu156295838718996"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu156295838718997"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu156295838718998"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu156295838718999"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189100"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189101"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189102"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189103"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189104"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189105"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189106"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189107"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189108"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189109"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189110"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189111"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189112"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189113"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189114"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189115"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189116"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189117"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189118"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189119"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189120"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189121"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189122"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189123"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189124"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189125"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189126"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189127"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189128"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189129"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189130"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189131"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189132"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189133"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189134"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189135"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189136"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189137"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189138"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189139"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189140"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189141"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189142"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189143"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189144"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189145"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189146"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189147"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189148"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189149"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189150"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189151"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189152"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189153"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189154"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189155"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189156"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189157"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189158"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189159"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189160"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189161"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189162"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189163"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189164"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189165"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189166"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189167"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189168"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189169"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189170"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189171"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189172"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189173"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189174"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189175"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189176"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189177"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189178"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189179"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189180"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189181"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189182"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189183"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189184"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189185"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189186"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189187"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189188"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189189"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189190"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189191"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189192"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189193"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189194"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189195"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189196"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189197"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189198"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189199"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189200"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189201"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189202"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189203"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189204"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189205"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189206"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189207"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189208"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189209"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189210"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189211"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189212"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189213"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189214"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189215"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189216"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189217"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189218"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189219"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189220"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189221"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189222"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189223"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189224"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189225"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189226"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189227"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189228"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189229"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189230"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189231"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189232"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189233"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189234"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189235"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189236"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189237"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189238"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189239"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189240"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189241"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189242"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189243"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189244"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189245"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189246"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189247"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189248"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189249"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189250"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189251"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189252"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189253"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189254"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189255"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189256"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189257"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189258"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189259"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189260"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189261"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189262"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189263"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189264"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189265"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189266"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189267"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189268"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189269"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189270"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189271"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189272"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189273"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189274"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189275"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189276"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189277"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189278"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189279"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189280"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189281"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189282"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189283"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189284"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189285"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189286"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189287"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189288"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189289"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189290"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189291"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189292"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189293"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189294"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189295"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189296"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189297"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189298"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189299"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189300"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189301"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189302"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189303"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189304"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189305"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189306"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189307"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189308"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189309"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189310"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189311"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189312"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189313"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189314"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189315"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189316"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189317"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189318"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189319"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189320"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189321"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189322"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189323"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189324"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189325"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189326"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189327"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189328"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189329"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189330"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189331"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189332"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189333"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189334"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189335"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189336"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189337"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189338"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189339"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189340"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189341"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189342"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189343"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189344"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189345"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189346"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189347"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189348"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189349"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189350"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189351"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189352"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189353"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189354"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189355"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189356"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189357"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189358"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189359"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189360"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189361"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189362"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189363"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189364"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189365"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189366"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189367"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189368"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189369"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189370"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189371"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189372"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189373"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189374"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189375"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189376"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189377"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189378"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189379"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189380"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189381"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189382"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189383"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189384"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189385"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189386"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189387"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189388"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189389"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189390"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189391"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189392"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189393"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189394"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189395"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189396"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189397"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189398"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189399"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189400"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189401"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189402"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189403"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189404"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189405"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189406"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189407"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189408"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189409"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189410"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189411"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189412"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189413"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189414"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189415"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189416"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189417"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189418"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189419"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189420"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189421"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189422"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189423"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189424"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189425"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189426"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189427"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189428"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189429"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189430"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189431"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189432"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189433"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189434"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189435"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189436"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189437"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189438"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189439"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189440"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189441"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189442"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189443"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189444"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189445"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189446"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189447"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189448"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189449"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189450"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189451"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189452"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189453"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189454"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189455"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189456"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189457"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189458"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189459"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189460"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189461"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189462"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189463"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189464"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189465"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189466"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189467"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189468"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189469"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189470"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189471"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189472"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189473"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189474"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189475"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189476"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189477"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189478"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189479"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189480"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189481"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189482"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189483"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189484"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189485"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189486"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189487"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189488"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189489"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189490"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189491"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189492"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189493"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189494"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189495"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189496"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189497"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189498"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189499"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189500"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189501"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189502"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189503"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189504"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189505"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189506"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189507"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189508"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189509"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189510"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189511"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189512"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189513"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189514"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189515"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189516"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189517"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189518"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189519"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189520"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189521"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189522"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189523"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189524"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189525"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189526"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189527"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189528"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189529"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189530"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189531"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189532"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189533"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189534"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189535"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189536"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189537"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189538"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189539"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189540"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189541"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189542"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189543"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189544"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189545"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189546"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189547"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189548"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189549"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189550"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189551"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189552"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189553"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189554"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189555"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189556"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189557"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189558"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189559"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189560"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189561"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189562"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189563"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189564"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189565"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189566"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189567"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189568"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189569"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189570"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189571"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189572"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189573"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189574"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189575"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189576"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189577"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189578"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189579"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189580"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189581"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189582"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189583"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189584"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189585"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189586"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189587"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189588"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189589"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189590"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189591"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189592"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189593"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189594"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189595"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189596"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189597"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189598"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189599"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189600"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189601"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189602"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189603"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189604"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189605"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189606"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189607"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189608"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189609"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189610"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189611"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189612"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189613"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189614"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189615"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189616"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189617"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189618"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189619"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189620"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189621"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189622"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189623"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189624"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189625"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189626"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189627"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189628"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189629"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189630"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189631"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189632"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189633"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189634"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189635"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189636"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189637"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189638"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189639"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189640"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189641"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189642"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189643"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189644"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189645"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189646"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189647"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189648"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189649"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189650"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189651"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189652"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189653"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189654"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189655"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189656"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189657"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189658"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189659"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189660"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189661"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189662"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189663"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189664"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189665"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189666"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189667"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189668"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189669"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189670"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189671"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189672"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189673"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189674"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189675"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189676"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189677"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189678"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189679"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189680"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189681"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189682"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189683"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189684"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189685"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189686"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189687"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189688"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189689"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189690"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189691"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189692"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189693"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189694"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189695"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189696"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189697"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189698"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189699"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189700"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189701"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189702"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189703"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189704"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189705"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189706"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189707"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189708"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189709"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189710"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189711"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189712"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189713"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189714"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189715"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189716"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189717"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189718"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189719"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189720"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189721"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189722"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189723"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189724"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189725"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189726"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189727"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189728"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189729"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189730"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189731"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189732"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189733"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189734"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189735"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189736"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189737"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189738"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189739"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189740"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189741"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189742"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189743"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189744"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189745"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189746"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189747"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189748"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189749"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189750"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189751"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189752"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189753"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189754"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189755"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189756"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189757"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189758"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189759"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189760"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189761"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189762"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189763"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189764"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189765"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189766"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189767"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189768"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189769"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189770"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189771"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189772"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189773"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189774"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189775"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189776"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189777"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189778"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189779"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189780"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189781"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189782"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189783"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189784"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189785"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189786"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189787"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189788"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189789"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189790"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189791"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189792"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189793"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189794"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189795"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189796"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189797"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189798"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189799"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189800"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189801"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189802"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189803"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189804"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189805"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189806"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189807"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189808"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189809"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189810"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189811"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189812"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189813"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189814"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189815"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189816"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189817"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189818"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189819"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189820"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189821"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189822"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189823"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189824"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189825"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189826"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189827"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189828"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189829"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189830"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189831"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189832"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189833"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189834"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189835"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189836"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189837"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189838"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189839"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189840"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189841"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189842"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189843"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189844"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189845"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189846"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189847"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189848"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189849"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189850"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189851"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189852"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189853"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189854"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189855"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189856"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189857"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189858"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189859"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189860"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189861"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189862"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189863"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189864"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189865"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189866"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189867"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189868"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189869"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189870"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189871"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189872"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189873"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189874"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189875"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189876"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189877"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189878"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189879"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189880"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189881"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189882"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189883"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189884"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189885"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189886"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189887"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189888"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189889"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189890"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189891"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189892"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189893"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189894"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189895"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189896"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189897"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189898"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189899"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189900"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189901"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189902"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189903"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189904"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189905"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189906"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189907"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189908"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189909"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189910"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189911"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189912"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189913"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189914"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189915"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189916"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189917"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189918"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189919"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189920"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189921"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189922"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189923"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189924"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189925"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189926"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189927"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189928"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189929"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189930"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189931"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189932"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189933"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189934"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189935"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189936"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189937"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189938"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189939"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189940"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189941"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189942"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189943"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189944"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189945"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189946"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189947"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189948"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189949"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189950"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189951"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189952"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189953"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189954"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189955"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189956"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189957"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189958"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189959"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189960"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189961"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189962"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189963"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189964"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189965"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189966"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189967"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189968"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189969"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189970"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189971"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189972"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189973"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189974"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189975"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189976"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189977"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189978"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189979"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189980"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189981"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189982"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189983"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189984"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189985"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189986"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189987"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189988"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189989"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189990"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189991"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189992"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189993"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189994"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189995"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189996"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189997"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189998"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu1562958387189999"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891000"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891001"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891002"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891003"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891004"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891005"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891006"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891007"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891008"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891009"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891010"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891011"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891012"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891013"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891014"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891015"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891016"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891017"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891018"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891019"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891020"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891021"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891022"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891023"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891024"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891025"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891026"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891027"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891028"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891029"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891030"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891031"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891032"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891033"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891034"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891035"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891036"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891037"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891038"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891039"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891040"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891041"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891042"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891043"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891044"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891045"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891046"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891047"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891048"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891049"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891050"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891051"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891052"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891053"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891054"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891055"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891056"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891057"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891058"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891059"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891060"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891061"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891062"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891063"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891064"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891065"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891066"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891067"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891068"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891069"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891070"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891071"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891072"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891073"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891074"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891075"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891076"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891077"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891078"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891079"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891080"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891081"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891082"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891083"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891084"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891085"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891086"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891087"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891088"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891089"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891090"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891091"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891092"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891093"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891094"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891095"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891096"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891097"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891098"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891099"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891100"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891101"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891102"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891103"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891104"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891105"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891106"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891107"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891108"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891109"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891110"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891111"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891112"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891113"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891114"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891115"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891116"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891117"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891118"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891119"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891120"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891121"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891122"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891123"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891124"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891125"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891126"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891127"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891128"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891129"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891130"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891131"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891132"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891133"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891134"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891135"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891136"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891137"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891138"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891139"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891140"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891141"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891142"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891143"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891144"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891145"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891146"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891147"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891148"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891149"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891150"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891151"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891152"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891153"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891154"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891155"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891156"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891157"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891158"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891159"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891160"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891161"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891162"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891163"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891164"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891165"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891166"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891167"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891168"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891169"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891170"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891171"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891172"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891173"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891174"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891175"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891176"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891177"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891178"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891179"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891180"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891181"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891182"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891183"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891184"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891185"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891186"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891187"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891188"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891189"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891190"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891191"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891192"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891193"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891194"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891195"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891196"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891197"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891198"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891199"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891200"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891201"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891202"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891203"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891204"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891205"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891206"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891207"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891208"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891209"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891210"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891211"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891212"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891213"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891214"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891215"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891216"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891217"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891218"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891219"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891220"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891221"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891222"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891223"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891224"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891225"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891226"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891227"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891228"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891229"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891230"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891231"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891232"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891233"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891234"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891235"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891236"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891237"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891238"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891239"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891240"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891241"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891242"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891243"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891244"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891245"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891246"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891247"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891248"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891249"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891250"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891251"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891252"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891253"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891254"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891255"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891256"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891257"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891258"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891259"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891260"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891261"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891262"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891263"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891264"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891265"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891266"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891267"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891268"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891269"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891270"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891271"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891272"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891273"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891274"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891275"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891276"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891277"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891278"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891279"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891280"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891281"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891282"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891283"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891284"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891285"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891286"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891287"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891288"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891289"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891290"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891291"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891292"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891293"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891294"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891295"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891296"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891297"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891298"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891299"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891300"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891301"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891302"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891303"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891304"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891305"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891306"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891307"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891308"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891309"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891310"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891311"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891312"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891313"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891314"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891315"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891316"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891317"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891318"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891319"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891320"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891321"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891322"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891323"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891324"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891325"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891326"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891327"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891328"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891329"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891330"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891331"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891332"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891333"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891334"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891335"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891336"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891337"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891338"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891339"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891340"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891341"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891342"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891343"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891344"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891345"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891346"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891347"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891348"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891349"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891350"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891351"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891352"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891353"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891354"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891355"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891356"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891357"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891358"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891359"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891360"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891361"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891362"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891363"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891364"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891365"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891366"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891367"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891368"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891369"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891370"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891371"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891372"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891373"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891374"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891375"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891376"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891377"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891378"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891379"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891380"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891381"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891382"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891383"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891384"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891385"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891386"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891387"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891388"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891389"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891390"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891391"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891392"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891393"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891394"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891395"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891396"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891397"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891398"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891399"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891400"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891401"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891402"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891403"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891404"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891405"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891406"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891407"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891408"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891409"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891410"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891411"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891412"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891413"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891414"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891415"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891416"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891417"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891418"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891419"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891420"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891421"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891422"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891423"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891424"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891425"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891426"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891427"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891428"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891429"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891430"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891431"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891432"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891433"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891434"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891435"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891436"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891437"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891438"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891439"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891440"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891441"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891442"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891443"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891444"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891445"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891446"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891447"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891448"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891449"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891450"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891451"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891452"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891453"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891454"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891455"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891456"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891457"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891458"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891459"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891460"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891461"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891462"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891463"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891464"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891465"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891466"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891467"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891468"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891469"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891470"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891471"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891472"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891473"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891474"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891475"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891476"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891477"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891478"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891479"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891480"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891481"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891482"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891483"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891484"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891485"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891486"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891487"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891488"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891489"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891490"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891491"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891492"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891493"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891494"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891495"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891496"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891497"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891498"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891499"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891500"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891501"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891502"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891503"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891504"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891505"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891506"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891507"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891508"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891509"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891510"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891511"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891512"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891513"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891514"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891515"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891516"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891517"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891518"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891519"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891520"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891521"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891522"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891523"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891524"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891525"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891526"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891527"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891528"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891529"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891530"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891531"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891532"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891533"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891534"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891535"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891536"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891537"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891538"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891539"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891540"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891541"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891542"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891543"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891544"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891545"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891546"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891547"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891548"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891549"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891550"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891551"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891552"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891553"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891554"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891555"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891556"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891557"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891558"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891559"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891560"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891561"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891562"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891563"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891564"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891565"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891566"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891567"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891568"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891569"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891570"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891571"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891572"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891573"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891574"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891575"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891576"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891577"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891578"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891579"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891580"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891581"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891582"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891583"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891584"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891585"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891586"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891587"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891588"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891589"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891590"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891591"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891592"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891593"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891594"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891595"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891596"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891597"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891598"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891599"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891600"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891601"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891602"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891603"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891604"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891605"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891606"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891607"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891608"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891609"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891610"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891611"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891612"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891613"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891614"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891615"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891616"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891617"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891618"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891619"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891620"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891621"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891622"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891623"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891624"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891625"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891626"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891627"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891628"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891629"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891630"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891631"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891632"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891633"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891634"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891635"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891636"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891637"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891638"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891639"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891640"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891641"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891642"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891643"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891644"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891645"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891646"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891647"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891648"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891649"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891650"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891651"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891652"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891653"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891654"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891655"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891656"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891657"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891658"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891659"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891660"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891661"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891662"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891663"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891664"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891665"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891666"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891667"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891668"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891669"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891670"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891671"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891672"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891673"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891674"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891675"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891676"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891677"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891678"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891679"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891680"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891681"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891682"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891683"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891684"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891685"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891686"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891687"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891688"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891689"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891690"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891691"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891692"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891693"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891694"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891695"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891696"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891697"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891698"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891699"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891700"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891701"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891702"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891703"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891704"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891705"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891706"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891707"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891708"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891709"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891710"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891711"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891712"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891713"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891714"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891715"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891716"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891717"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891718"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891719"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891720"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891721"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891722"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891723"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891724"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891725"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891726"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891727"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891728"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891729"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891730"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891731"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891732"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891733"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891734"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891735"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891736"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891737"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891738"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891739"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891740"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891741"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891742"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891743"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891744"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891745"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891746"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891747"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891748"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891749"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891750"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891751"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891752"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891753"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891754"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891755"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891756"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891757"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891758"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891759"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891760"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891761"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891762"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891763"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891764"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891765"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891766"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891767"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891768"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891769"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891770"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891771"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891772"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891773"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891774"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891775"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891776"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891777"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891778"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891779"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891780"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891781"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891782"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891783"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891784"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891785"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891786"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891787"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891788"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891789"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891790"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891791"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891792"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891793"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891794"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891795"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891796"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891797"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891798"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891799"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891800"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891801"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891802"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891803"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891804"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891805"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891806"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891807"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891808"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891809"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891810"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891811"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891812"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891813"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891814"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891815"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891816"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891817"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891818"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891819"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891820"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891821"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891822"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891823"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891824"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891825"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891826"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891827"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891828"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891829"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891830"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891831"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891832"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891833"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891834"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891835"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891836"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891837"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891838"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891839"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891840"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891841"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891842"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891843"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891844"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891845"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891846"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891847"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891848"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891849"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891850"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891851"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891852"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891853"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891854"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891855"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891856"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891857"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891858"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891859"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891860"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891861"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891862"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891863"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891864"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891865"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891866"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891867"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891868"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891869"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891870"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891871"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891872"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891873"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891874"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891875"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891876"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891877"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891878"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891879"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891880"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891881"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891882"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891883"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891884"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891885"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891886"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891887"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891888"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891889"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891890"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891891"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891892"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891893"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891894"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891895"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891896"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891897"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891898"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891899"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891900"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891901"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891902"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891903"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891904"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891905"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891906"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891907"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891908"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891909"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891910"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891911"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891912"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891913"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891914"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891915"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891916"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891917"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891918"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891919"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891920"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891921"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891922"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891923"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891924"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891925"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891926"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891927"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891928"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891929"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891930"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891931"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891932"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891933"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891934"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891935"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891936"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891937"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891938"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891939"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891940"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891941"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891942"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891943"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891944"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891945"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891946"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891947"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891948"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891949"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891950"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891951"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891952"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891953"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891954"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891955"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891956"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891957"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891958"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891959"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891960"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891961"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891962"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891963"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891964"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891965"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891966"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891967"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891968"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891969"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891970"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891971"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891972"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891973"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891974"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891975"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891976"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891977"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891978"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891979"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891980"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891981"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891982"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891983"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891984"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891985"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891986"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891987"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891988"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891989"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891990"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891991"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891992"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891993"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891994"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891995"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891996"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891997"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891998"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871891999"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892000"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892001"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892002"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892003"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892004"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892005"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892006"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892007"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892008"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892009"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892010"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892011"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892012"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892013"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892014"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892015"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892016"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892017"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892018"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892019"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892020"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892021"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892022"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892023"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892024"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892025"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892026"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892027"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892028"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892029"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892030"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892031"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892032"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892033"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892034"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892035"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892036"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892037"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892038"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892039"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892040"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892041"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892042"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892043"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892044"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892045"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892046"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892047"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892048"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892049"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892050"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892051"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892052"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892053"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892054"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892055"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892056"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892057"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892058"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892059"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892060"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892061"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892062"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892063"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892064"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892065"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892066"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892067"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892068"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892069"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892070"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892071"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892072"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892073"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892074"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892075"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892076"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892077"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892078"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892079"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892080"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892081"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892082"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892083"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892084"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892085"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892086"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892087"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892088"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892089"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892090"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892091"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892092"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892093"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892094"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892095"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892096"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892097"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892098"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892099"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892100"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892101"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892102"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892103"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892104"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892105"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892106"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892107"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892108"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892109"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892110"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892111"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892112"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892113"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892114"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892115"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892116"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892117"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892118"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892119"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892120"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892121"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892122"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892123"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892124"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892125"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892126"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892127"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892128"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892129"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892130"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892131"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892132"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892133"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892134"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892135"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892136"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892137"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892138"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892139"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892140"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892141"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892142"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892143"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892144"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892145"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892146"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892147"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892148"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892149"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892150"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892151"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892152"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892153"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892154"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892155"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892156"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892157"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892158"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892159"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892160"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892161"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892162"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892163"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892164"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892165"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892166"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892167"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892168"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892169"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892170"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892171"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892172"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892173"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892174"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892175"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892176"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892177"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892178"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892179"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892180"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892181"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892182"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892183"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892184"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892185"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892186"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892187"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892188"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892189"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892190"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892191"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892192"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892193"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892194"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892195"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892196"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892197"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892198"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892199"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892200"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892201"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892202"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892203"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892204"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892205"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892206"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892207"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892208"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892209"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892210"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892211"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892212"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892213"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892214"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892215"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892216"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892217"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892218"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892219"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892220"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892221"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892222"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892223"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892224"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892225"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892226"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892227"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892228"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892229"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892230"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892231"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892232"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892233"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892234"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892235"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892236"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892237"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892238"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892239"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892240"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892241"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892242"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892243"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892244"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892245"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892246"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892247"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892248"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892249"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892250"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892251"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892252"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892253"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892254"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892255"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892256"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892257"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892258"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892259"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892260"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892261"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892262"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892263"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892264"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892265"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892266"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892267"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892268"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892269"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892270"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892271"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892272"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892273"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892274"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892275"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892276"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892277"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892278"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892279"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892280"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892281"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892282"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892283"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892284"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892285"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892286"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892287"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892288"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892289"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892290"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892291"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892292"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892293"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892294"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892295"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892296"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892297"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892298"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892299"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892300"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892301"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892302"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892303"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892304"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892305"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892306"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892307"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892308"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892309"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892310"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892311"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892312"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892313"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892314"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892315"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892316"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892317"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892318"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892319"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892320"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892321"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892322"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892323"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892324"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892325"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892326"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892327"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892328"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892329"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892330"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892331"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892332"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892333"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892334"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892335"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892336"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892337"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892338"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892339"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892340"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892341"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892342"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892343"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892344"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892345"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892346"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892347"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892348"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892349"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892350"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892351"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892352"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892353"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892354"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892355"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892356"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892357"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892358"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892359"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892360"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892361"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892362"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892363"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892364"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892365"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892366"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892367"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892368"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892369"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892370"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892371"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892372"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892373"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892374"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892375"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892376"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892377"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892378"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892379"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892380"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892381"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892382"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892383"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892384"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892385"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892386"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892387"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892388"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892389"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892390"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892391"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892392"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892393"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892394"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892395"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892396"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892397"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892398"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892399"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892400"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892401"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892402"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892403"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892404"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892405"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892406"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892407"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892408"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892409"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892410"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892411"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892412"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892413"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892414"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892415"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892416"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892417"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892418"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892419"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892420"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892421"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892422"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892423"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892424"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892425"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892426"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892427"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892428"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892429"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892430"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892431"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892432"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892433"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892434"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892435"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892436"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892437"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892438"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892439"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892440"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892441"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892442"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892443"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892444"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892445"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892446"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892447"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892448"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892449"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892450"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892451"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892452"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892453"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892454"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892455"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892456"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892457"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892458"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892459"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892460"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892461"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892462"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892463"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892464"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892465"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892466"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892467"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892468"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892469"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892470"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892471"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892472"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892473"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892474"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892475"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892476"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892477"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892478"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892479"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892480"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892481"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892482"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892483"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892484"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892485"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892486"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892487"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892488"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892489"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892490"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892491"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892492"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892493"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892494"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892495"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892496"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892497"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892498"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892499"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892500"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892501"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892502"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892503"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892504"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892505"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892506"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892507"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892508"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892509"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892510"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892511"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892512"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892513"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892514"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892515"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892516"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892517"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892518"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892519"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892520"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892521"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892522"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892523"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892524"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892525"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892526"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892527"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892528"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892529"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892530"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892531"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892532"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892533"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892534"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892535"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892536"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892537"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892538"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892539"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892540"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892541"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892542"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892543"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892544"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892545"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892546"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892547"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892548"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892549"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892550"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892551"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892552"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892553"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892554"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892555"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892556"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892557"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892558"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892559"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892560"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892561"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892562"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892563"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892564"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892565"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892566"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892567"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892568"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892569"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892570"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892571"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892572"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892573"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892574"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892575"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892576"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892577"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892578"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892579"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892580"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892581"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892582"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892583"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892584"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892585"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892586"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892587"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892588"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892589"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892590"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892591"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892592"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892593"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892594"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892595"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892596"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892597"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892598"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892599"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892600"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892601"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892602"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892603"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892604"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892605"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892606"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892607"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892608"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892609"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892610"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892611"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892612"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892613"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892614"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892615"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892616"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892617"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892618"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892619"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892620"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892621"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892622"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892623"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892624"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892625"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892626"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892627"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892628"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892629"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892630"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892631"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892632"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892633"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892634"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892635"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892636"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892637"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892638"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892639"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892640"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892641"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892642"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892643"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892644"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892645"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892646"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892647"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892648"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892649"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892650"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892651"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892652"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892653"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892654"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892655"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892656"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892657"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892658"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892659"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892660"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892661"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892662"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892663"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892664"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892665"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892666"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892667"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892668"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892669"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892670"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892671"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892672"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892673"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892674"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892675"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892676"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892677"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892678"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892679"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892680"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892681"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892682"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892683"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892684"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892685"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892686"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892687"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892688"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892689"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892690"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892691"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892692"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892693"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892694"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892695"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892696"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892697"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892698"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892699"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892700"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892701"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892702"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892703"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892704"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892705"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892706"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892707"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892708"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892709"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892710"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892711"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892712"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892713"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892714"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892715"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892716"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892717"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892718"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892719"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892720"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892721"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892722"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892723"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892724"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892725"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892726"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892727"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892728"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892729"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892730"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892731"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892732"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892733"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892734"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892735"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892736"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892737"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892738"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892739"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892740"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892741"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892742"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892743"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892744"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892745"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892746"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892747"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892748"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892749"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892750"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892751"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892752"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892753"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892754"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892755"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892756"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892757"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892758"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892759"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892760"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892761"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892762"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892763"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892764"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892765"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892766"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892767"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892768"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892769"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892770"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892771"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892772"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892773"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892774"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892775"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892776"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892777"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892778"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892779"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892780"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892781"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892782"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892783"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892784"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892785"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892786"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892787"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892788"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892789"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892790"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892791"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892792"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892793"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892794"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892795"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892796"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892797"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892798"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892799"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892800"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892801"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892802"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892803"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892804"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892805"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892806"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892807"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892808"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892809"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892810"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892811"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892812"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892813"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892814"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892815"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892816"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892817"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892818"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892819"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892820"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892821"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892822"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892823"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892824"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892825"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892826"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892827"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892828"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892829"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892830"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892831"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892832"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892833"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892834"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892835"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892836"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892837"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892838"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892839"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892840"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892841"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892842"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892843"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892844"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892845"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892846"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892847"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892848"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892849"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892850"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892851"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892852"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892853"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892854"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892855"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892856"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892857"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892858"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892859"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892860"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892861"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892862"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892863"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892864"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892865"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892866"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892867"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892868"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892869"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892870"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892871"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892872"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892873"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892874"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892875"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892876"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892877"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892878"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892879"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892880"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892881"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892882"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892883"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892884"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892885"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892886"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892887"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892888"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892889"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892890"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892891"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892892"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892893"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892894"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892895"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892896"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892897"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892898"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892899"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892900"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892901"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892902"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892903"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892904"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892905"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892906"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892907"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892908"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892909"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892910"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892911"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892912"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892913"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892914"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892915"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892916"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892917"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892918"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892919"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892920"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892921"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892922"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892923"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892924"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892925"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892926"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892927"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892928"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892929"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892930"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892931"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892932"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892933"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892934"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892935"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892936"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892937"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892938"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892939"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892940"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892941"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892942"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892943"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892944"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892945"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892946"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892947"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892948"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892949"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892950"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892951"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892952"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892953"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892954"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892955"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892956"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892957"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892958"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892959"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892960"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892961"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892962"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892963"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892964"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892965"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892966"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892967"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892968"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892969"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892970"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892971"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892972"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892973"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892974"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892975"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892976"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892977"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892978"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892979"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892980"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892981"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892982"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892983"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892984"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892985"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892986"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892987"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892988"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892989"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892990"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892991"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892992"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892993"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892994"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892995"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892996"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892997"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892998"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871892999"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893000"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893001"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893002"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893003"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893004"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893005"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893006"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893007"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893008"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893009"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893010"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893011"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893012"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893013"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893014"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893015"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893016"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893017"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893018"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893019"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893020"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893021"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893022"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893023"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893024"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893025"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893026"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893027"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893028"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893029"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893030"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893031"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893032"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893033"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893034"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893035"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893036"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893037"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893038"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893039"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893040"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893041"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893042"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893043"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893044"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893045"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893046"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893047"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893048"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893049"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893050"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893051"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893052"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893053"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893054"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893055"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893056"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893057"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893058"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893059"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893060"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893061"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893062"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893063"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893064"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893065"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893066"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893067"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893068"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893069"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893070"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893071"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893072"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893073"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893074"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893075"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893076"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893077"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893078"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893079"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893080"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893081"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893082"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893083"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893084"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893085"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893086"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893087"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893088"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893089"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893090"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893091"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893092"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893093"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893094"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893095"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893096"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893097"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893098"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893099"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893100"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893101"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893102"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893103"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893104"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893105"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893106"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893107"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893108"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893109"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893110"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893111"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893112"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893113"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893114"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893115"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893116"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893117"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893118"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893119"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893120"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893121"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893122"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893123"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893124"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893125"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893126"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893127"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893128"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893129"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893130"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893131"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893132"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893133"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893134"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893135"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893136"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893137"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893138"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893139"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893140"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893141"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893142"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893143"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893144"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893145"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893146"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893147"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893148"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893149"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893150"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893151"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893152"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893153"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893154"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893155"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893156"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893157"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893158"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893159"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893160"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893161"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893162"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893163"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893164"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893165"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893166"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893167"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893168"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893169"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893170"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893171"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893172"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893173"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893174"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893175"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893176"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893177"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893178"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893179"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893180"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893181"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893182"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893183"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893184"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893185"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893186"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893187"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893188"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893189"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893190"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893191"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893192"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893193"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893194"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893195"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893196"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893197"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893198"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893199"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893200"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893201"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893202"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893203"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893204"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893205"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893206"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893207"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893208"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893209"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893210"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893211"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893212"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893213"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893214"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893215"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893216"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893217"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893218"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893219"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893220"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893221"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893222"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893223"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893224"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893225"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893226"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893227"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893228"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893229"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893230"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893231"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893232"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893233"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893234"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893235"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893236"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893237"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893238"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893239"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893240"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893241"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893242"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893243"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893244"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893245"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893246"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893247"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893248"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893249"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893250"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893251"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893252"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893253"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893254"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893255"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893256"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893257"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893258"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893259"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893260"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893261"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893262"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893263"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893264"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893265"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893266"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893267"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893268"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893269"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893270"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893271"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893272"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893273"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893274"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893275"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893276"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893277"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893278"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893279"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893280"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893281"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893282"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893283"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893284"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893285"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893286"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893287"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893288"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893289"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893290"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893291"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893292"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893293"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893294"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893295"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893296"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893297"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893298"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893299"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893300"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893301"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893302"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893303"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893304"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893305"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893306"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893307"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893308"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893309"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893310"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893311"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893312"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893313"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893314"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893315"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893316"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893317"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893318"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893319"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893320"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893321"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893322"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893323"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893324"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893325"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893326"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893327"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893328"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893329"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893330"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893331"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893332"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893333"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893334"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893335"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893336"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893337"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893338"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893339"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893340"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893341"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893342"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893343"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893344"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893345"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893346"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893347"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893348"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893349"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893350"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893351"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893352"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893353"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893354"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893355"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893356"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893357"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893358"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893359"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893360"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893361"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893362"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893363"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893364"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893365"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893366"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893367"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893368"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893369"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893370"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893371"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893372"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893373"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893374"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893375"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893376"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893377"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893378"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893379"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893380"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893381"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893382"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893383"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893384"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893385"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893386"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893387"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893388"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893389"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893390"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893391"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893392"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893393"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893394"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893395"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893396"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893397"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893398"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893399"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893400"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893401"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893402"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893403"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893404"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893405"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893406"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893407"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893408"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893409"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893410"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893411"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893412"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893413"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893414"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893415"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893416"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893417"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893418"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893419"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893420"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893421"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893422"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893423"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893424"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893425"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893426"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893427"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893428"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893429"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893430"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893431"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893432"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893433"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893434"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893435"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893436"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893437"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893438"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893439"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893440"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893441"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893442"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893443"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893444"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893445"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893446"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893447"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893448"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893449"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893450"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893451"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893452"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893453"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893454"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893455"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893456"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893457"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893458"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893459"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893460"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893461"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893462"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893463"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893464"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893465"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893466"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893467"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893468"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893469"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893470"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893471"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893472"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893473"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893474"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893475"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893476"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893477"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893478"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893479"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893480"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893481"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893482"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893483"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893484"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893485"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893486"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893487"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893488"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893489"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893490"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893491"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893492"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893493"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893494"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893495"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893496"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893497"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893498"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893499"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893500"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893501"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893502"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893503"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893504"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893505"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893506"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893507"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893508"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893509"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893510"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893511"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893512"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893513"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893514"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893515"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893516"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893517"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893518"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893519"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893520"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893521"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893522"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893523"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893524"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893525"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893526"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893527"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893528"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893529"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893530"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893531"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893532"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893533"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893534"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893535"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893536"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893537"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893538"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893539"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893540"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893541"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893542"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893543"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893544"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893545"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893546"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893547"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893548"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893549"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893550"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893551"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893552"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893553"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893554"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893555"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893556"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893557"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893558"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893559"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893560"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893561"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893562"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893563"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893564"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893565"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893566"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893567"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893568"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893569"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893570"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893571"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893572"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893573"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893574"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893575"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893576"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893577"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893578"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893579"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893580"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893581"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893582"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893583"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893584"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893585"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893586"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893587"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893588"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893589"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893590"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893591"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893592"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893593"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893594"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893595"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893596"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893597"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893598"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893599"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893600"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893601"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893602"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893603"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893604"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893605"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893606"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893607"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893608"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893609"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893610"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893611"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893612"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893613"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893614"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893615"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893616"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893617"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893618"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893619"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893620"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893621"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893622"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893623"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893624"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893625"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893626"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893627"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893628"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893629"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893630"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893631"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893632"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893633"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893634"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893635"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893636"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893637"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893638"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893639"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893640"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893641"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893642"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893643"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893644"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893645"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893646"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893647"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893648"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893649"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893650"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893651"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893652"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893653"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893654"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893655"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893656"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893657"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893658"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893659"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893660"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893661"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893662"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893663"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893664"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893665"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893666"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893667"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893668"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893669"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893670"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893671"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893672"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893673"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893674"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893675"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893676"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893677"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893678"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893679"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893680"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893681"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893682"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893683"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893684"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893685"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893686"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893687"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893688"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893689"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893690"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893691"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893692"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893693"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893694"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893695"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893696"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893697"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893698"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893699"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893700"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893701"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893702"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893703"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893704"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893705"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893706"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893707"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893708"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893709"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893710"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893711"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893712"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893713"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893714"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893715"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893716"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893717"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893718"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893719"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893720"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893721"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893722"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893723"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893724"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893725"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893726"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893727"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893728"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893729"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893730"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893731"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893732"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893733"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893734"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893735"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893736"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893737"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893738"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893739"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893740"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893741"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893742"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893743"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893744"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893745"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893746"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893747"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893748"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893749"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893750"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893751"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893752"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893753"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893754"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893755"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893756"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893757"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893758"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893759"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893760"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893761"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893762"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893763"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893764"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893765"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893766"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893767"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893768"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893769"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893770"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893771"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893772"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893773"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893774"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893775"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893776"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893777"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893778"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893779"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893780"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893781"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893782"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893783"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893784"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893785"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893786"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893787"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893788"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893789"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893790"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893791"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893792"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893793"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893794"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893795"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893796"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893797"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893798"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893799"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893800"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893801"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893802"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893803"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893804"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893805"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893806"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893807"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893808"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893809"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893810"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893811"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893812"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893813"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893814"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893815"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893816"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893817"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893818"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893819"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893820"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893821"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893822"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893823"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893824"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893825"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893826"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893827"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893828"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893829"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893830"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893831"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893832"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893833"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893834"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893835"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893836"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893837"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893838"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893839"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893840"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893841"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893842"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893843"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893844"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893845"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893846"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893847"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893848"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893849"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893850"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893851"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893852"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893853"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893854"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893855"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893856"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893857"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893858"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893859"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893860"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893861"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893862"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893863"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893864"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893865"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893866"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893867"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893868"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893869"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893870"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893871"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893872"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893873"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893874"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893875"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893876"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893877"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893878"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893879"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893880"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893881"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893882"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893883"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893884"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893885"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893886"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893887"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893888"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893889"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893890"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893891"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893892"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893893"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893894"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893895"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893896"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893897"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893898"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893899"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893900"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893901"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893902"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893903"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893904"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893905"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893906"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893907"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893908"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893909"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893910"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893911"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893912"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893913"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893914"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893915"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893916"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893917"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893918"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893919"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893920"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893921"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893922"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893923"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893924"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893925"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893926"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893927"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893928"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893929"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893930"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893931"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893932"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893933"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893934"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893935"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893936"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893937"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893938"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893939"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893940"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893941"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893942"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893943"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893944"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893945"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893946"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893947"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893948"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893949"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893950"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893951"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893952"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893953"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893954"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893955"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893956"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893957"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893958"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893959"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893960"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893961"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893962"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893963"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893964"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893965"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893966"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893967"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893968"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893969"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893970"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893971"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893972"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893973"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893974"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893975"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893976"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893977"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893978"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893979"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893980"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893981"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893982"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893983"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893984"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893985"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893986"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893987"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893988"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893989"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893990"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893991"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893992"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893993"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893994"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893995"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893996"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893997"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893998"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871893999"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894000"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894001"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894002"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894003"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894004"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894005"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894006"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894007"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894008"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894009"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894010"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894011"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894012"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894013"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894014"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894015"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894016"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894017"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894018"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894019"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894020"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894021"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894022"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894023"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894024"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894025"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894026"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894027"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894028"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894029"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894030"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894031"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894032"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894033"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894034"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894035"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894036"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894037"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894038"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894039"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894040"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894041"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894042"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894043"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894044"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894045"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894046"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894047"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894048"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894049"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894050"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894051"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894052"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894053"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894054"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894055"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894056"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894057"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894058"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894059"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894060"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894061"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894062"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894063"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894064"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894065"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894066"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894067"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894068"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894069"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894070"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894071"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894072"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894073"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894074"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894075"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894076"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894077"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894078"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894079"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894080"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894081"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894082"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894083"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894084"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894085"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894086"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894087"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894088"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894089"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894090"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894091"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894092"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894093"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894094"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894095"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894096"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894097"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894098"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894099"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894100"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894101"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894102"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894103"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894104"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894105"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894106"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894107"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894108"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894109"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894110"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894111"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894112"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894113"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894114"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894115"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894116"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894117"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894118"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894119"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894120"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894121"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894122"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894123"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894124"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894125"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894126"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894127"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894128"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894129"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894130"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894131"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894132"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894133"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894134"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894135"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894136"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894137"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894138"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894139"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894140"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894141"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894142"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894143"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894144"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894145"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894146"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894147"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894148"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894149"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894150"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894151"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894152"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894153"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894154"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894155"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894156"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894157"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894158"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894159"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894160"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894161"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894162"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894163"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894164"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894165"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894166"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894167"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894168"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894169"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894170"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894171"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894172"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894173"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894174"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894175"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894176"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894177"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894178"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894179"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894180"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894181"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894182"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894183"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894184"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894185"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894186"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894187"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894188"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894189"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894190"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894191"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894192"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894193"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894194"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894195"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894196"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894197"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894198"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894199"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894200"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894201"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894202"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894203"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894204"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894205"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894206"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894207"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894208"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894209"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894210"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894211"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894212"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894213"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894214"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894215"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894216"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894217"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894218"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894219"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894220"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894221"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894222"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894223"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894224"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894225"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894226"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894227"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894228"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894229"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894230"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894231"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894232"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894233"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894234"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894235"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894236"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894237"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894238"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894239"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894240"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894241"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894242"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894243"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894244"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894245"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894246"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894247"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894248"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894249"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894250"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894251"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894252"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894253"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894254"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894255"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894256"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894257"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894258"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894259"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894260"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894261"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894262"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894263"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894264"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894265"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894266"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894267"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894268"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894269"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894270"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894271"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894272"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894273"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894274"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894275"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894276"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894277"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894278"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894279"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894280"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894281"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894282"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894283"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894284"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894285"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894286"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894287"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894288"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894289"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894290"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894291"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894292"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894293"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894294"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894295"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894296"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894297"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894298"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894299"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894300"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894301"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894302"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894303"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894304"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894305"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894306"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894307"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894308"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894309"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894310"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894311"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894312"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894313"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894314"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894315"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894316"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894317"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894318"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894319"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894320"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894321"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894322"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894323"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894324"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894325"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894326"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894327"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894328"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894329"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894330"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894331"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894332"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894333"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894334"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894335"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894336"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894337"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894338"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894339"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894340"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894341"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894342"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894343"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894344"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894345"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894346"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894347"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894348"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894349"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894350"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894351"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894352"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894353"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894354"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894355"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894356"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894357"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894358"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894359"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894360"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894361"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894362"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894363"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894364"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894365"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894366"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894367"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894368"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894369"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894370"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894371"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894372"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894373"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894374"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894375"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894376"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894377"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894378"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894379"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894380"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894381"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894382"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894383"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894384"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894385"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894386"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894387"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894388"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894389"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894390"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894391"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894392"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894393"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894394"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894395"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894396"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894397"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894398"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894399"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894400"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894401"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894402"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894403"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894404"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894405"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894406"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894407"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894408"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894409"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894410"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894411"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894412"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894413"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894414"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894415"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894416"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894417"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894418"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894419"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894420"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894421"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894422"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894423"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894424"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894425"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894426"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894427"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894428"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894429"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894430"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894431"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894432"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894433"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894434"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894435"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894436"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894437"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894438"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894439"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894440"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894441"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894442"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894443"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894444"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894445"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894446"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894447"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894448"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894449"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894450"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894451"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894452"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894453"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894454"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894455"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894456"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894457"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894458"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894459"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894460"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894461"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894462"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894463"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894464"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894465"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894466"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894467"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894468"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894469"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894470"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894471"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894472"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894473"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894474"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894475"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894476"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894477"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894478"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894479"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894480"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894481"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894482"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894483"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894484"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894485"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894486"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894487"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894488"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894489"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894490"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894491"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894492"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894493"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894494"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894495"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894496"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894497"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894498"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894499"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894500"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894501"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894502"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894503"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894504"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894505"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894506"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894507"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894508"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894509"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894510"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894511"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894512"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894513"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894514"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894515"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894516"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894517"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894518"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894519"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894520"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894521"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894522"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894523"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894524"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894525"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894526"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894527"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894528"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894529"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894530"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894531"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894532"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894533"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894534"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894535"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894536"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894537"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894538"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894539"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894540"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894541"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894542"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894543"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894544"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894545"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894546"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894547"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894548"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894549"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894550"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894551"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894552"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894553"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894554"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894555"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894556"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894557"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894558"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894559"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894560"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894561"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894562"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894563"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894564"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894565"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894566"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894567"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894568"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894569"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894570"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894571"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894572"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894573"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894574"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894575"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894576"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894577"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894578"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894579"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894580"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894581"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894582"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894583"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894584"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894585"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894586"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894587"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894588"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894589"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894590"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894591"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894592"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894593"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894594"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894595"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894596"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894597"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894598"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894599"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894600"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894601"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894602"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894603"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894604"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894605"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894606"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894607"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894608"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894609"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894610"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894611"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894612"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894613"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894614"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894615"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894616"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894617"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894618"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894619"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894620"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894621"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894622"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894623"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894624"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894625"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894626"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894627"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894628"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894629"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894630"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894631"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894632"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894633"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894634"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894635"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894636"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894637"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894638"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894639"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894640"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894641"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894642"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894643"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894644"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894645"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894646"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894647"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894648"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894649"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894650"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894651"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894652"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894653"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894654"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894655"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894656"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894657"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894658"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894659"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894660"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894661"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894662"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894663"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894664"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894665"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894666"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894667"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894668"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894669"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894670"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894671"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894672"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894673"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894674"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894675"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894676"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894677"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894678"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894679"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894680"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894681"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894682"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894683"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894684"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894685"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894686"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894687"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894688"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894689"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894690"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894691"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894692"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894693"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894694"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894695"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894696"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894697"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894698"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894699"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894700"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894701"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894702"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894703"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894704"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894705"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894706"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894707"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894708"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894709"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894710"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894711"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894712"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894713"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894714"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894715"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894716"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894717"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894718"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894719"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894720"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894721"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894722"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894723"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894724"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894725"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894726"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894727"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894728"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894729"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894730"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894731"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894732"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894733"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894734"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894735"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894736"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894737"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894738"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894739"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894740"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894741"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894742"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894743"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894744"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894745"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894746"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894747"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894748"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894749"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894750"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894751"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894752"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894753"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894754"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894755"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894756"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894757"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894758"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894759"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894760"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894761"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894762"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894763"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894764"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894765"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894766"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894767"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894768"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894769"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894770"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894771"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894772"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894773"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894774"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894775"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894776"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894777"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894778"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894779"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894780"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894781"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894782"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894783"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894784"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894785"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894786"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894787"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894788"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894789"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894790"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894791"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894792"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894793"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894794"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894795"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894796"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894797"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894798"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894799"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894800"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894801"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894802"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894803"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894804"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894805"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894806"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894807"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894808"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894809"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894810"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894811"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894812"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894813"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894814"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894815"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894816"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894817"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894818"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894819"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894820"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894821"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894822"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894823"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894824"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894825"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894826"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894827"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894828"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894829"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894830"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894831"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894832"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894833"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894834"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894835"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894836"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894837"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894838"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894839"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894840"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894841"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894842"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894843"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894844"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894845"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894846"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894847"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894848"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894849"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894850"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894851"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894852"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894853"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894854"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894855"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894856"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894857"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894858"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894859"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894860"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894861"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894862"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894863"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894864"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894865"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894866"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894867"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894868"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894869"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894870"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894871"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894872"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894873"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894874"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894875"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894876"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894877"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894878"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894879"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894880"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894881"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894882"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894883"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894884"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894885"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894886"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894887"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894888"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894889"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894890"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894891"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894892"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894893"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894894"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894895"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894896"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894897"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894898"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894899"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894900"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894901"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894902"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894903"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894904"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894905"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894906"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894907"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894908"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894909"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894910"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894911"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894912"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894913"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894914"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894915"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894916"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894917"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894918"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894919"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894920"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894921"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894922"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894923"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894924"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894925"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894926"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894927"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894928"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894929"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894930"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894931"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894932"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894933"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894934"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894935"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894936"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894937"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894938"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894939"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894940"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894941"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894942"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894943"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894944"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894945"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894946"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894947"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894948"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894949"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894950"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894951"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894952"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894953"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894954"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894955"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894956"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894957"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894958"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894959"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894960"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894961"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894962"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894963"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894964"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894965"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894966"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894967"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894968"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894969"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894970"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894971"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894972"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894973"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894974"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894975"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894976"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894977"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894978"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894979"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894980"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894981"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894982"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894983"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894984"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894985"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894986"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894987"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894988"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894989"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894990"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894991"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894992"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894993"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894994"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894995"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894996"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894997"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894998"}, {"title": "some title", "type": 3, "color": "#3860cc", "address": "123.123.123.123", "port": 123, "username": "foo", "password": "bar", "active": true, "whitePatterns": [{"title": "everything", "active": true, "pattern": "*", "type": 1, "protocols": 1}], "blackPatterns": [{"title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}, {"title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.", "active": true, "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$", "type": 2, "protocols": 1}], "id": "5yunu15629583871894999"}], "logging": {"size": 500, "active": true}} \ No newline at end of file
diff --git a/__tests__/load/foxyproxy-template.json b/__tests__/load/foxyproxy-template.json
new file mode 100644
index 0000000..4283aa9
--- /dev/null
+++ b/__tests__/load/foxyproxy-template.json
@@ -0,0 +1,69 @@
+{
+ "mode": "patterns",
+ "proxySettings": [
+ {
+ "title": "some title",
+ "type": 3,
+ "color": "#3860cc",
+ "address": "123.123.123.123",
+ "port": 123,
+ "username": "foo",
+ "password": "bar",
+ "active": true,
+ "whitePatterns": [
+ {
+ "title": "everything",
+ "active": true,
+ "pattern": "*",
+ "type": 1,
+ "protocols": 1
+ }
+ ],
+ "blackPatterns": [
+ {
+ "title": "local hostnames (usually no dots in the name). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.",
+ "active": true,
+ "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:localhost|127\\.\\d+\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$",
+ "type": 2,
+ "protocols": 1
+ },
+ {
+ "title": "local subnets (IANA reserved address space). Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.",
+ "active": true,
+ "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?(?:192\\.168\\.\\d+\\.\\d+|10\\.\\d+\\.\\d+\\.\\d+|172\\.(?:1[6789]|2[0-9]|3[01])\\.\\d+\\.\\d+)(?::\\d+)?(?:/.*)?$",
+ "type": 2,
+ "protocols": 1
+ },
+ {
+ "title": "localhost - matches the local host optionally prefixed by a user:password authentication string and optionally suffixed by a port number. The entire local subnet (127.0.0.0/8) matches. Pattern exists because 'Do not use this proxy for localhost and intranet/private IP addresses' is checked.",
+ "active": true,
+ "pattern": "^(?:[^:@/]+(?::[^@/]+)?@)?[\\w-]+(?::\\d+)?(?:/.*)?$",
+ "type": 2,
+ "protocols": 1
+ }
+ ],
+ "id": "5yunu1562958387189"
+ },
+ {
+ "title": "Default",
+ "type": 5,
+ "color": "#0055e5",
+ "active": true,
+ "whitePatterns": [
+ {
+ "title": "all URLs",
+ "active": true,
+ "pattern": "*",
+ "type": 1,
+ "protocols": 1
+ }
+ ],
+ "blackPatterns": [],
+ "id": "k20d21508277536715"
+ }
+ ],
+ "logging": {
+ "size": 500,
+ "active": true
+ }
+} \ No newline at end of file
diff --git a/__tests__/load/generate-json-10000-patterns.py b/__tests__/load/generate-json-10000-patterns.py
new file mode 100644
index 0000000..c0b1776
--- /dev/null
+++ b/__tests__/load/generate-json-10000-patterns.py
@@ -0,0 +1,15 @@
+# Use foxyproxy-template.json to ouptut foxyproxy-5000-proxies-test-settings.json
+# which has 5000 proxies defined. foxyproxy-template.json should have a least 1
+# non-default proxy defined. All data in new file is same as the 1 non-default
+# proxy except for the proxy id, which must be unqiue
+
+import json, copy
+
+with open('foxyproxy-template.json') as json_file:
+ data = json.load(json_file)
+ template = data['proxySettings'][0]['whitePatterns'][0]
+ for x in range(10000):
+ new_pattern = copy.deepcopy(template)
+ data['proxySettings'][0]['whitePatterns'].append(new_pattern)
+with open("foxyproxy-10000-patterns-test-settings.json", "w") as write_file:
+ json.dump(data, write_file)
diff --git a/__tests__/load/generate-json-5000-proxies.py b/__tests__/load/generate-json-5000-proxies.py
new file mode 100644
index 0000000..2a09685
--- /dev/null
+++ b/__tests__/load/generate-json-5000-proxies.py
@@ -0,0 +1,17 @@
+# Use foxyproxy-template.json to ouptut foxyproxy-5000-proxies-test-settings.json
+# which has 5000 proxies defined. foxyproxy-template.json should have a least 1
+# non-default proxy defined. All data in new file is same as the 1 non-default
+# proxy except for the proxy id, which must be unqiue
+
+import json, copy
+
+with open('foxyproxy-template.json') as json_file:
+ data = json.load(json_file)
+ template = data['proxySettings'][0]
+ for x in range(5000):
+ new_settings = copy.deepcopy(template)
+ # Must have unique id
+ new_settings['id'] = template['id'] + str(x)
+ data['proxySettings'].append(new_settings)
+with open("foxyproxy-5000-proxies-test-settings.json", "w") as write_file:
+ json.dump(data, write_file)